add ghostty config

This commit is contained in:
2025-01-04 22:16:41 +00:00
parent e9931ea771
commit c618c782ed
2 changed files with 9 additions and 0 deletions

5
ghostty/config Normal file
View File

@@ -0,0 +1,5 @@
shell-integration = zsh
font-family = CommitMono
font-size = 14
theme = dark:catppuccin-mocha,light:catppuccin-latte

View File

@@ -38,6 +38,10 @@ if [ ! -n "$linux" ]; then
if [ ! -d "$HOME/.config/neovide" ]; then
ln -s "$HOME/dotfiles/neovide" "$HOME/.config/neovide" || :
fi
if [ ! -d "$HOME/.config/ghostty" ]; then
ln -s "$HOME/dotfiles/ghostty" "$HOME/.config/ghostty" || :
fi
else
# install sway
if [ ! -d "$HOME/.config/sway" ]; then