Added some gems, new alias for localtunnel
This commit is contained in:
parent
f17bc39e56
commit
01002b52d6
2 changed files with 6 additions and 0 deletions
3
setup
3
setup
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue