You've already forked dotfiles
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:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user