#dotfiles
All related dotfiles on my MacOS and Linux.
You can install this via the command-line with either curl
or wget
.
$ sh -c "$(curl -fsSL https://coding.net/u/vayn/p/dotfiles/git/raw/master/install.sh)"
$ sh -c "$(wget https://coding.net/u/vayn/p/dotfiles/git/raw/master/install.sh -O -)"
After installing dotfiles, you should install Vim and Zsh plugins:
$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/Shougo/neobundle.vim/master/bin/install.sh)"
$ vim +NeoBundleInstall +qall
$ pip install zsh-directory-history