Skip to content

Instantly share code, notes, and snippets.

View aqeelat's full-sized avatar

Abdullah Alaqeel aqeelat

View GitHub Profile
@ShawInnes
ShawInnes / docker-compose.yml
Created May 5, 2020 11:39
Run requestbin and ngrok for local webhook debugging
version: '3.3'
services:
ngrok:
image: wernight/ngrok
ports:
- '4040:4040'
links:
- httpbin
command: ngrok http httpbin:80
httpbin:
@zpalexander
zpalexander / .bash_profile
Created April 15, 2017 18:50
Bash Profile
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
export NVM_DIR="$HOME/.nvm"
. "$(brew --prefix nvm)/nvm.sh"
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases