This stemmed from an issue where an older version of npm wasn't properly
resolving git:// repos as well as github-style dependency names.
Don't think it'll cause any harm to carry this around between my rigs.
In an effort to reduce the amount of manual lifting being done, I'm
finally coming back around to using a plugin manager for [n]vim.
Also formally swapping `vim` references for `nvim`.
Quite a few updates to leverage GNU `stow` and reduce the manual efforts
in the install script. Localized my `[n]vim` color scheme of choice
since it hasn't been updated in years. Also updated the installer to
pull from remote instead of completely removing itself if it's already
present.
Contemplating moving to using some plugin managers for `zsh` and
`[n]vim` to help reduce the install size a bit more, and to provide a
bit more flexibility for anybody else running this.
Dropped gitmodules, pulled files out of their subdirectories and back into the root, purged a bunch of shit from the setup file that's no longer in use
Only had the script that removed the local and remote branch. Don't ever really use it at this point as the remove branches are good for posterity and all of that shit
Post commit hook was writing to sndcrd.com and taking a picture. Don't really care about either of those things at this point, so dropping the extra code.
Switched to using `hub` instead of my script. Dropped a bunch of plugins
because I didn't see the value that I was hoping I would. Slowly moving towards
adopting the git aliases in zsh instead of my own, will clean up everything.
Also contemplating creating some plugins around my other aliases and break them
into separate projects just for the experience of building a zsh plugin