From f80e5aa318e56aaf48fce6ad5039cd3d0afe889c Mon Sep 17 00:00:00 2001 From: FaultyBranches Date: Tue, 31 Mar 2026 13:45:35 -0500 Subject: [PATCH] refactor: Moving the theme into the zsh subdirectory and updating the deploy script for the change. --- deploy.sh | 2 +- fb-custom.zsh-theme => zsh/fb-custom.zsh-theme | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename fb-custom.zsh-theme => zsh/fb-custom.zsh-theme (100%) diff --git a/deploy.sh b/deploy.sh index da4627e..81d9897 100755 --- a/deploy.sh +++ b/deploy.sh @@ -10,7 +10,7 @@ declare -A configs=( ["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" + ["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/" diff --git a/fb-custom.zsh-theme b/zsh/fb-custom.zsh-theme similarity index 100% rename from fb-custom.zsh-theme rename to zsh/fb-custom.zsh-theme