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