Intended for ach linux
- neovim
- zsh
- git
- make
Clone into home directory, then run:
make deps
make config
Upon changing defined paths or config files, modify the install.conf.yaml file and re-run
make config
This setup uses vim-plug. To manage plugins:
- Add a plugin: Edit
vim/bundles.vimand addPlug 'user/repo'. - Install: Open Vim/Neovim and run
:PlugInstall. - Update: Run
:PlugUpdate. - Remove: Remove the line from
vim/bundles.vimand run:PlugClean.
Plugins are automatically installed on the first run of Vim on a new system.