This contains script setups for development build
This project contains environment setup for Atom, Intellij, z-shell, Tmux, Vim, and standard terminal.
This will replace all current user system settings. A restart of terminal/editors is a good idea.
bin/deploy-setup.sh
Note: This will override all user settings. A good backup before-hand is recommended
bin/update-setup.sh
This will use the current path where update-setup.sh is located.
To install NeoVim plugins run:
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
- Change script to only selectively update files
- Add more editors
- More cowbell
Scripts are from voidrice config