Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1 KB

README.md

File metadata and controls

37 lines (24 loc) · 1 KB

My development setup

This contains script setups for development build

This project contains environment setup for Atom, Intellij, z-shell, Tmux, Vim, and standard terminal.

To deploy to your system

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

To save changes from system to project

bin/update-setup.sh

This will use the current path where update-setup.sh is located.

Nvim Plugin

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

TODO

  • Change script to only selectively update files
  • Add more editors
  • More cowbell

Scripts are from voidrice config