From 026c152daa53358a8009418b790906f099d6705e Mon Sep 17 00:00:00 2001 From: FaultyBranches Date: Tue, 7 Apr 2026 13:07:48 -0500 Subject: [PATCH] fix: Update for the odd pathing "fix" in the deploy script --- deploy.sh | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/deploy.sh b/deploy.sh index f7cc654..18995cf 100755 --- a/deploy.sh +++ b/deploy.sh @@ -6,17 +6,17 @@ # Relative path/name as keys, destination path as values 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" - ["./zsh/fb-custom.zsh-theme"]="$HOME/.oh-my-zsh/custom/themes" - ["./nvim/init.lua"]="$HOME/.config/nvim/init.lua" - ["./nvim/lua"]="$HOME/.config/nvim/" - ["./nvim/after"]="$HOME/.config/nvim/" - ["./nvim/snippets"]="$HOME/.config/nvim/" - ["./tmux.conf"]="$HOME/.tmux.conf" - ["./wezterm/wezterm.lua"]="$HOME/.config/wezterm/wezterm.lua" + ["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" + ["zsh/fb-custom.zsh-theme"]="$HOME/.oh-my-zsh/custom/themes" + ["nvim/init.lua"]="$HOME/.config/nvim/init.lua" + ["nvim/lua"]="$HOME/.config/nvim/" + ["nvim/after"]="$HOME/.config/nvim/" + ["nvim/snippets"]="$HOME/.config/nvim/" + ["tmux.conf"]="$HOME/.tmux.conf" + ["wezterm/wezterm.lua"]="$HOME/.config/wezterm/wezterm.lua" ) declare -a config_directories=(