From dd4fbaea0a87f33f8eb910eb7e37e4d8380af120 Mon Sep 17 00:00:00 2001 From: Joshua Finch Date: Thu, 31 Jul 2025 08:11:32 -0500 Subject: [PATCH] doc: Small comment in deploy.sh --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index 64ed668..f5ebd17 100755 --- a/deploy.sh +++ b/deploy.sh @@ -4,6 +4,7 @@ # # WARNING: This script _will_ clobber existing files by force linking +# Relative path/name as keys, destination path as values declare -A configs=( ["zshrc"]="$HOME/.zshrc" ["fb-custom.zsh-theme"]="$HOME/.oh-my-zsh/custom/themes"