Skip to content

vayn/dotfiles

Repository files navigation

#dotfiles

All related dotfiles on my MacOS and Linux.

Installation

You can install this via the command-line with either curl or wget.

via curl

$ sh -c "$(curl -fsSL https://coding.net/u/vayn/p/dotfiles/git/raw/master/install.sh)"

via wget

$ 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

Acknowledgement

Oh My Zsh