My default settings for development. To install, read the Makefile and build the targets you desire, then spawn a new terminal instance to see relevant changes take effect. Usually, the following will be all you need:
make installinstalls the plugins, and sets up bashrc and vimrc. run this command right after cloning the repository.make deployupdates plugins and sets up bashrc and vimrc. run this command anytime after installing the plugins.make binsets up binaries from /bin/ to your$PATHby putting them in/usr/local/bin/make debianormake archinstalls a bunch of handy packages I always end up installing one way or another... (Arch target doesn't include AUR installs)
- to add a new plugin: place the plug's repository URL after a new
git submodule addcommand in thepluginstarget of the Makefile. then, runmake installto deploy the plugin. - good resource for customizing: dotfiles project.
- run
sudo visudoand replaceDefaults env_resetwithDefaults env_reset,insults. Enjoy the next time you try to run anything as root and get your password wrong.