$ ssh-keygen -t rsa -b 4096
$ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
$ curl -sS https://getcomposer.org/installer | php
- Install.
- Run
$ brew doctor
and fix any permission errors.
$ brew install node
- Install color scheme.
- Sync sublime text settings.
$ ssh-keygen
Add ssh-agent to zsh plugins
$ .vim ~/.zshrc
plugins=(git ssh-agent)
export SSH_KEY_PATH="~/.ssh/id_rsa"
Add SSH config for bitbucket
Host bitbucket.org
IdentityFile ~/.ssh/id_rsa
Confirm
$ ssh-add -l
$ ssh -T [email protected]
$ git config --global color.ui true
$ git config --global user.email [email protected]
$ git config --global user.name Ben Leivian
$ sudo npm install npm -g
$ sudo apt-get install ruby
$ gem install sass
$ mysql -u homestead -p < Sites/db.sql
$ composer global require drush/drush:7.*