- [Vundle](https://github.com/VundleVim/Vundle.vim) to manage vim plugins, vundle relate configuration is under `vundle_vimrc`
- [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
- [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.
- [tpm](https://github.com/tmux-plugins/tpm) to manage 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
to see `.zshrc` file
### Vim config
### Vim config
vundle related configuration is under `vundle_vimrc`, to show all plugins list, use `:PluginList` in vim.
vundle related configuration is under `vundle_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 `:PluginInstall` to install all plugins.