Personal dotfiles settings (.vim, tmux, zsh, .ssh, etc.)
Clone the resource to your home directory.
git clone https://github.com/ss-zheng/dotfiles.git .dotfiles
./.dotfiles/init
Warning: init is going to overwrite your current settings so make sure you take a look before you execute this file.
Make sure VimPlug is installed
./.dotfiles/vim/VimPlugInstall.bash
NOTE: This vim setting use vim-plug as vim plugin manager.
Run :PlugInstall inside vim to enable plugins
Change default.vim for default settings
Change plugin.vim for plugin settings
Change keyMap.vim for key map settings