Finding that I get a bit lost when I have 6+ windows open, so added back the
hard status line. Wasn't entirely sure if I wanted to make it fancy, or just
stick with the absolutely boring stock colors, so left a more advanced snippet
in there in case I wanted to use it later.
Don't really use the staged one too much yet, but I use the heck out of the
fetch origin master:master as it allows me to then rebase my current working
branch without having to switch from it and back to it.
Did some soul searching and I really couldn't find any compelling reason to
switch to tmux. Sure it's modern and has a ton of cool features, but said
features actually don't interest me. Couple that with the fact that I was
planning to reconfigure tmux a bit to use screen's same mapping key, just made
me think there's no reason to switch if all I'm going to be doing is trying to
will one to work like the other.
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