Commit graph

14 commits

Author SHA1 Message Date
b53f430f59
Boomeranging back to Neovim
Been playing with new color schemes as I've switched to Alacritty. Ran
into a scenario where there was a color scheme for Neovim and not Vim.
New color scheme is solid, so my previous color scheme issues are now
null and void.

Instead of juggling around with a shared configuration, I've committed
to a separate configuration for Vim and Neovim.
2024-10-16 11:24:23 -05:00
ce13923d34
Add a new git merge alias 2024-06-26 11:25:46 -05:00
f55283485b
Go back to shorthand because macOS 2024-06-25 20:38:58 -05:00
7db4ff12a3
Alias top to htop 2024-06-25 10:05:51 -05:00
3b1a3404d6
Expand comments, make arguments verbose, consolidate
On this kick of making sure my dotfiles are an easy to follow living
document, so I'm removing any shorthand, writing better comments, and
added bonus, I consolidated some of the redundant OS checks.
2024-06-24 13:06:09 -05:00
8c545c1d44
Remove NeoVim aliases
Long live Vim!

Seriously, really irked about the color scheme debacle and how I'm over
here jumping through hoops to get stuff that was working perfectly, back
to working order.
2024-06-24 09:53:27 -05:00
19c802aa52
Add tmux config and bring back Neovim
Tmux config seems like it probably solved things. Wondering if I outta
put a line in there to automatically source the tmux config. Still can't
believe I've went this long without needing to muck with the tmux config
at all. I wonder how life will be different now, hopefully better.
2024-06-18 18:56:18 -05:00
112a2e95e6
Drop Vim aliases to NeoVim
Something screwy going on with 0.10.0 and whatever they did with the new
colorscheme stuff. You can't mess with a person's setup like that.

Going to slink back over to using mainline Vim for a bit.
2024-06-17 11:48:25 -05:00
ccf3ea1161
Somehow ended up with apt on macOS, which borked the alias 2022-10-24 22:23:21 -05:00
678395dcdb
Lowercase uuidgen output on macOS 2022-08-28 17:02:04 -05:00
2f370a1113
Fix [bat]cat alias on Debian 2022-08-15 14:26:27 -05:00
569e2775eb
Go back to what works 2022-02-27 14:05:17 -06:00
6e987f1052
Port cd function to be an alias 2022-02-27 13:25:00 -06:00
1ebbbcb8cd
Spring clean up
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.
2022-02-27 12:13:51 -06:00
Renamed from aliases (Browse further)