my personal dotfiles, base on eddie-dotfiles, https://github.com/kaochenlong/eddie-dotfiles
Tools: iterm2+SolarizedDark.itermcolors zsh+oh-my-zsh
-
git clone --recursive git@github.com:wj1s/wj-vim.git ~/wj-vim
-
git clone git@github.com:wj1s/wj-dotfiles.git ~/wj-dotfiles
-
brew install zsh
-
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
-
ln -s ~/wj-dotfiles/.zshrc ~/.zshrc
-
cp ~/wj-dotfiles/eddie-yellow-thunder.zsh-theme ~/.oh-my-zsh/themes/
-
ln -s ~/wj-vim ~/.vim
-
ln -s ~/wj-vim/vimrc ~/.vimrc
-
vi
-
:BundleInstall