All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.2 - 2022-04-15
- Add back flatnvim env var to refresh Airline status bar.
1.1.1 - 2022-04-15
- Improve hint characters, vim bindings, and vim functions.
1.1.0 - 2022-02-03
- Improve zsh functions that list docker containers.
- Improve alacritty vi mode colors.
- Clean up custom nvim functions.
1.0.4 - 2021-10-29
- Improve zsh functions and update lazygit config.
1.0.3 - 2021-10-08
- Improve zsh and amethyst configs, update package list.
1.0.2 - 2021-10-01
- Disable debugging mode by default for linking scripts.
1.0.1 - 2021-10-01
- Remove legacy linking script.
1.0.0 - 2021-09-30
- Separate config files and scripts by operating system.
- This changes the paths where configs are stored. Either update or use the
legacy
branch.
0.11.8 - 2021-09-10
- Small improvements to
alacritty
colors,vim
directory handling, and aliases.
0.11.7 - 2021-08-24
- Replace
netrw
withlf
and hardennonest_nvim
.
0.11.6 - 2021-08-23
- Use better airline symbols, support
nvim
resizing with arrows, and hardennonest_nvim
.
0.11.5 - 2021-08-19
- Improve existing custom zsh functions and add
gcurl
function.
0.11.4 - 2021-08-03
- Remove
alacritty
bindings conflict and update config for latest version.
0.11.3 - 2021-07-21
- Various updates to
vimium
,alacritty
,nvim
, andzsh
.
0.11.2 - 2021-03-19
- Improve
lf
paging,nvim
essay config, andzsh
tab completion.
0.11.1 - 2021-02-23
- Made small updates Vimium, Amethyst, Lazygit, and lf.
- Changed the repo's directory structure to separate documentation.
0.11.0 - 2021-02-09
- Add new git-related functions to NeoVim config.
- Add zsh function for jumping to repo root.
- Update lf prompt to follow format of the latest version.
- Set cursor blinking state to never in Alacritty.
- Update list for installing packages.
- Clean up nvim config file.
0.10.0 - 2021-01-13
- Use a better Solarized colorscheme package for NeoVim.
- Change some minor vim mappings.
- Improve zsh aliases.
- Improve alacritty colors and update config for latest version.
- Setup automatic columns for lf.
0.9.0 - 2020-12-20
- Setup nonest_nvim to prevent nested Neovim instances!
- Added YankAppend function to neovim with the
gy
mapping. - Added neovim integrations with lf and lazygit.
- Improved lf configs to switch to 3 or 2 panels.
- Improve karabiner timing for "-" character it L_Shift.
0.8.0 - 2020-12-13
- Switch
ytop
tobottom
and addcurlie
.
- Update vimium config.
- Add private git service to lazygit config.
- Pretty big updates to zsh config!
- Various nvim config fixes and some configs in testings.
- Add shift modifier for clicking alacritty links.
0.7.6 - 2020-10-28
- Small changes for delta, aliases, lazygit.
- Update alacritty config for new version.
- Update lf configs for new version.
0.7.5 - 2020-06-12
- Fixed Vim hiding style characters in markdown files.
- Improved highlighting in Vim for matched parentheses.
- Made Vim Alignment function more robust.
- Improved FZF and Easy-Motion bindings in Vim.
- Add :Essayon and :Essayoff commands to Vim.
- Add write-good package for linting prose.
- Add private to go config.
0.7.4 - 2020-06-11
- Continued making tweaks to install script.
0.7.3 - 2020-06-10
- Install packages script.
- Add error for possible linking issue.
0.7.2 - 2020-06-10
- Removed vimwiki in favor of using the
ideas
tool.
0.7.1 - 2020-06-09
- Cleaned up vimrc.
- Fixed Amethyst bindings.
0.7.0 - 2020-06-06
- Replace htop with ytop. You'll have to install ytop. It's been given the alias
top
.
- Combine install package scripts into one.
- Lf config got out of sync.
- Fine tune ChangeReplace for nvim.
0.6.1 - 2020-06-05
- Add script to extras for creating alacritty terminfo.
- mksh function opens file in editor.
- Remove marks error with ChangeReplace in nvim.
0.6.0 - 2020-06-05
- Plugin "easy-motion" to nvim.
- Improve bat and lf settings.
- Improve functions and bindings for nvim.
- Improve bindings for amethyst.
- Fix README typo.
- Add a changelog to the project.
0.5.0 - 2020-05-27
- Created way more fzf functions in zsh.
0.4.3 - 2020-05-27
- Generalized simple bindings for keyboard config.
- More notes in keyboard section of README.
0.4.2 - 2020-05-27
- Tiny improvement to ip function for zsh.
0.4.1 - 2020-05-27
- Use EDITOR when possible.
- Write a README for the project.
- Added some pictures & links.
0.4.0 - 2020-05-26
- Separate rust & go configs for zsh so they can easily be sourced or not.
0.3.3 - 2020-05-26
- When linking, create parent directories if they don't exist.
- Backup history script now handles case where history file doesn't exist.
0.3.2 - 2020-05-26
- Improve existing zsh functions.
0.3.1 - 2020-05-26
- Cleaned up and organized zsh files.
0.3.0 - 2020-05-26
- Simplified config for amethyst for more overlap with dwm.
0.2.0 - 2020-05-26
- Put my config files in the repo.
0.1.1 - 2020-05-26
ln
shouldn't follow symlinks when overwitting them.
0.1.0 - 2020-05-25
- Created basic script for proof of concept.