From c618c782eddcbd0009b16338b55666bcc7ef378d Mon Sep 17 00:00:00 2001 From: Kenneth Date: Sat, 4 Jan 2025 22:16:41 +0000 Subject: [PATCH] add ghostty config --- ghostty/config | 5 +++++ install.sh | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 ghostty/config diff --git a/ghostty/config b/ghostty/config new file mode 100644 index 0000000..4743663 --- /dev/null +++ b/ghostty/config @@ -0,0 +1,5 @@ +shell-integration = zsh +font-family = CommitMono +font-size = 14 +theme = dark:catppuccin-mocha,light:catppuccin-latte + diff --git a/install.sh b/install.sh index e551053..5d4d669 100755 --- a/install.sh +++ b/install.sh @@ -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