aboutsummaryrefslogtreecommitdiffstats
path: root/copy.sh
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-01-07 23:50:21 -0500
committerDon Williams <don.e.williams@gmail.com>2026-01-07 23:50:21 -0500
commit81a54c67aae4e24ca3e2eff88c5036e0a8c1671a (patch)
treee929a004ea3a6a42ebe1c4a7c1bcd11013755a30 /copy.sh
parent80842a092b0e254c4570da9d4961606a82c2cb74 (diff)
Added ghostty config file w/wallust integration
On branch development Your branch is up to date with 'origin/development'. Changes to be committed: new file: ghostty/ghostty.config modified: ../copy.sh
Diffstat (limited to 'copy.sh')
-rwxr-xr-xcopy.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/copy.sh b/copy.sh
index d73514b4..9de8677c 100755
--- a/copy.sh
+++ b/copy.sh
@@ -717,6 +717,19 @@ for DIR_NAME in $DIR; do
fi
done
+# Install Ghostty config
+GHOSTTY_SRC="config/ghostty/ghostty.config"
+GHOSTTY_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/ghostty"
+GHOSTTY_DEST="$GHOSTTY_DIR/config"
+
+if [ -f "$GHOSTTY_SRC" ]; then
+ mkdir -p "$GHOSTTY_DIR"
+ install -m 0644 "$GHOSTTY_SRC" "$GHOSTTY_DEST" 2>&1 | tee -a "$LOG"
+ echo "${OK} - Installed Ghostty config to ${MAGENTA}$GHOSTTY_DEST${RESET}" 2>&1 | tee -a "$LOG"
+else
+ echo "${ERROR} - $GHOSTTY_SRC not found; skipping Ghostty config install." 2>&1 | tee -a "$LOG"
+fi
+
printf "\n%.0s" {1..1}
# ags config
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage