git clone https://github.com/pirey/dotfiles- go to cloned directory, then
./install [<dotfiles_dir>], wheredotfiles_diris directory where you clone this repo (default is~/dotfiles). it will do these automatically for you:- install vim-plug if not already installed
- create symlinks for all necessary dotfiles to your home directory
- install plugins:
- open vim, then run command
:PlugInstallto install listed plugins
- open vim, then run command
- all configuration does not need any aditional action, except for the plugin
- to use plugin, install tmux plugin manager (Optional)
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm- In tmux session,
prefix + Ito install listed plugins
- you can remove all symlinks generated by
installstep above, by calling./uninstallinside yourdotfilesdirectory (note that this will not remove vim-plug and all installed vim plugins)