// install oh-my-zsh
$ git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
// create synbolic link
$ cd ~
$ cd dotfiles
$ sh link.sh
need to add in ~/.bashrc (If you you zsh, ~/.zshrc)
export PATH="$HOME/.nodenv/bin:$PATH"
eval "$(nodenv init -)"