back to ghostty

This commit is contained in:
2026-04-01 17:03:26 +02:00
parent cb6606340f
commit 93e8a13765
16 changed files with 187 additions and 52 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ alt() {
fi
}
for item in "kitty" "wlogout"; do
for item in "kitty" "wlogout" "ghostty"; do
if [[ ! -L $HOME/.config/$item ]] && [[ -e $HOME/.config/$item ]]; then
echo "Error: $HOME/.config/$item exists and is not a symlink." >&2
exit 1