Refactor dotfiles into .config

Include local bin files
This commit is contained in:
Daniel McKnight 2025-06-01 17:06:11 -07:00
parent 2741ae520b
commit d2467209b7
204 changed files with 44454 additions and 3 deletions

View file

@ -31,3 +31,6 @@ if [ $(which nvim) ]; then
export EDITOR=nvim
fi
# Set zsh as the default shell if available
[ -e /bin/zsh ] && export SHELL=/bin/zsh