fix: completing this round of updates to the zsh setup for startup

times, testing with other prompts (Pure) and cleaning up the config
files for better modularity and coherent settings.
This commit is contained in:
2026-03-29 18:34:02 -05:00
parent 72ef502512
commit cc86b9d1bd
3 changed files with 38 additions and 58 deletions

View File

@@ -9,6 +9,7 @@ declare -A configs=(
["zsh/zshrc"]="$HOME/.zshrc"
["zsh/zsh_functions"]="$HOME/.config/zsh/zsh_functions.zsh"
["zsh/zsh_aliases"]="$HOME/.config/zsh/zsh_aliases.zsh"
["zsh/zsh_exports"]="$HOME/.config/zsh/zsh_exports.zsh"
["fb-custom.zsh-theme"]="$HOME/.oh-my-zsh/custom/themes"
["nvim/init.lua"]="$HOME/.config/nvim/init.lua"
["nvim/lua"]="$HOME/.config/nvim/"