- [antigen](https://gtk.pw/antigen) to manage zsh plugins, `source ~/.zshrc` to install all zsh plugins
- [antigen](https://gtk.pw/antigen) to manage zsh plugins, `source ~/.zshrc` to install all zsh plugins
- [Vundle](https://github.com/VundleVim/Vundle.vim) to manage vim plugins, vundle relate configuration is under `vundle_vimrc`. In Vim, `:PluginInstall` to install all vim plugins.
- [vim-plug](https://github.com/junegunn/vim-plug) to manage vim plugins, vim-plug relate configuration is under `vim-plug_vimrc`. In Vim, `:PlugInstall` to install all vim plugins.
- [tpm](https://github.com/tmux-plugins/tpm) to manage tmux plugins, in tmux, press `Ctrl +B` + `I` to install all tmux plugins.
- [tpm](https://github.com/tmux-plugins/tpm) to manage tmux plugins, in tmux, press `Ctrl +B` + `I` to install all tmux plugins.
### zsh config
### zsh config
to see `.zshrc` file
to see `.zshrc` file
### Vim config
### Vim config
vundle related configuration is under `vundle_vimrc`, to show all plugins list, use `:PluginList` in vim.
vim-plug related configuration is under `vim-plug_vimrc`, to show all plugins list, use `:PluginList` in vim.
python related configurations is under `python_vimrc`.
python related configurations is under `python_vimrc`.
## Instruction under Linux
## Instruction under Linux
Just run `./install.sh`, everything is done. Then Enter the vim run `:PluginInstall` to install all plugins.
Just run `./install.sh`, everything is done. Then Enter the vim run `:PlugInstall` to install all plugins.
### install manually
### install manually
Or, you can do it manually follow the step:
Or, you can do it manually follow the step:
1. Install Vundle to `~/.vim/` directory.
Enter vim, run `:PlugInstall`, after install all plugin, you will meet an error,