Homebrew: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Create ssh key:
ssh-keygen -t rsa -C "your_email@example.com"
ssh-add ~/.ssh/id_rsa
Copy and paste the public key into github account
pbcopy < ~/.ssh/id_rsa.pub
Now can clone the repo: git clone git@github.com:danielfrg/dotfiles.git
- Install brew bundle:
brew tap Homebrew/brewdler
- Install brew packages:
brew bundle
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall