Setup development environment for me.
cd ~
git clone https://github.com/blackawa/dotfiles.git
cd ~/dotfiles
git submodule init
git submodule update
ln -s ./dotfiles/_vimrc ~/.vimrc
vim
# Install NeoBundle dependencies
brew install cask
cd ~/dotfiles
ln -s ./dotfiles/_emacs.d ~/.emacs.d
cd _emacs.d
cask install
brew install tmux
ln -s ./dotfiles/_tmux.conf ~/.tmux.conf
brew install rbenv
brew install zsh
ln -s ./dotfiles/_zshrc ~/.zshrc
sudo vim /etc/shells
# add /usr/local/bin/zsh
chsh -s /usr/local/bin/zsh
git clone https://github.com/tarjoilija/zgen.git "${HOME}/.zgen"
# reboot terminal
cp ./dotfiles/_git.commit.template ~/.git.commit.template
cp ./dotfiles/_gitconfig ~/.gitconfig
vim ~/.gitconfig # and add username and email to this config file.
Install iTerm from https://www.iterm2.com
Run
cd ~/dotfiles
mkdir iTerm
cp com.googlecode.iterm2.plist iTerm
Then open iTerm and detect configuration directory in preference window.
After that, restart iTerm