create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| # instalar a GEM pry | |
| gem install pry pry-doc | |
| # executa console | |
| pry | |
| # curiosidades: | |
| # auto-complete com TAB | |
| # entrar no contexto do objeto com cd <objeto> | |
| # possui paginação automatica |
Prereq:
apt-get install zsh
apt-get install git-coreGetting zsh to work in ubuntu is weird, since sh does not understand the source command. So, you do this to install zsh
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh