Added some gems, new alias for localtunnel

This commit is contained in:
Josh Sherman 2012-11-30 16:43:08 -05:00
parent f17bc39e56
commit 01002b52d6
2 changed files with 6 additions and 0 deletions

3
setup
View file

@ -95,6 +95,9 @@ then
# Installs git hooks
sudo ln -s $PWD/git/hooks/post-commit /usr/local/share/git-core/templates/hooks/post-commit
# Installs some gems
sudo gem install localtunnel terminal-notifier
else
# Gives us access to `add-apt-repository`
sudo apt-get install python-software-properties

View file

@ -66,6 +66,9 @@ alias gs="git status"
# grep
alias grep="grep --exclude-dir=.git"
# local tunnel
alias lt="localtunnel -k ~/.ssh/id_rsa.pub 80"
# memcached
alias mc="telnet localhost 11211"