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.
At this point, I always install / use zsh, so there's no point in
keeping this around just for the sake of thinking that maybe somehow
I'll do back to bash. If that day comes, I'll port my zshrc back to
bash.
Did some routine cleanup, mostly just dropping old commented out stuff
and other crap that was no longer applicable. Finally fixed the issue
where entering the `.git` directory would throw an error.
End of year clean up. I've slowly been working away from my GNOME plugin
with a handful of customizations. The addition of disabling the
Activities hot corner in GNOME helped put the nail in the coffin.
Dropped the additional CSS that completely removes the window title
bars, just going at things a bit more stock in 2021
Been noticing some peculiar issues with saving TypeScript files. Only
thing that's seemingly changed is which syntax stuff I'm using. Also
noticed that `vim-polyglot` uses a TypeScript project with way less
stars than the one I was using previously.
Really thought I wanted this, but once I got it, I realized I was
mistaken. Seemed to lag vim a bit, and as mentioned, just didn't really
feel like I needed this once I had it.
About that time to go through and figure out what's working, and what's
not / not being used. For vim, dropped a handful of plugins that I felt
may be redundant. Simply commented them out as I will be adding them
back if I'm running into issues. Also added the fish-like
auto-suggestions plugin for zsh (yet again) to give yet another go with.
Installed was running as `sh` and a bunch of crap was lit up as being wrong in
POSIX mode, so just changed it over to run via `bash`. Added TabNine to the vim
install and added the appropriate `vimrc` stuff for that. Also dropped some old
color toggling shit I'm not using anymore.
Was getting into some weird territory where ZSH syntax was creeping in.
Reworked to be a pure shell script and updated the install instructions to
reflect that. Also a small bit of additional clean up in there.
Fixes#24
The `gnome-terminal` moved to the same fancy window decorations that the Files
app has. I still prefer my terminal be be 100% without border, so have to run
this to force the terminal into legacy mode.
Not sure how long this one will stick, but it's still working in GNOME 3.34
Closes#23
Ran into an issue on a fresh Arch install where wget was not available. Seems
cURL comes pretty standard, so went ahead and switched this to that.
Fixes#22