feat: Update to the zsh setup, moving functions and aliases to their own

files, changing up the plugins and settings to remove stale setups and
to reduce the loading time by nearly half
This commit is contained in:
2026-03-28 16:53:51 -05:00
parent a31d423095
commit 64868c6672
4 changed files with 39 additions and 70 deletions

View File

@@ -6,7 +6,9 @@
# Relative path/name as keys, destination path as values
declare -A configs=(
["zshrc"]="$HOME/.zshrc"
["zsh/zshrc"]="$HOME/.zshrc"
["zsh/zsh_functions"]="$HOME/.config/zsh/zsh_functions.zsh"
["zsh/zsh_aliases"]="$HOME/.config/zsh/zsh_aliases.zsh"
["fb-custom.zsh-theme"]="$HOME/.oh-my-zsh/custom/themes"
["nvim/init.lua"]="$HOME/.config/nvim/init.lua"
["nvim/lua"]="$HOME/.config/nvim/"