add ghostty config
This commit is contained in:
5
ghostty/config
Normal file
5
ghostty/config
Normal file
@@ -0,0 +1,5 @@
|
||||
shell-integration = zsh
|
||||
font-family = CommitMono
|
||||
font-size = 14
|
||||
theme = dark:catppuccin-mocha,light:catppuccin-latte
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user