diff --git a/ghostty/config b/ghostty/config new file mode 100644 index 0000000..6de7912 --- /dev/null +++ b/ghostty/config @@ -0,0 +1,7 @@ +theme = tokyonight + +# Fonts +font-family = Fira Code +font-feature = -calt +font-feature = -liga +font-feature = -dlig diff --git a/install.sh b/install.sh index fcd0494..6803c05 100755 --- a/install.sh +++ b/install.sh @@ -34,6 +34,11 @@ rm -rf $HOME/.config/nvim mkdir -p $HOME/.config ln -s $DOTFILES/nvim $HOME/.config/nvim +# ghostty +rm -rf $HOME/.config/ghostty +mkdir -p $HOME/.config +ln -s $DOTFILES/ghostty $HOME/.config/ghostty + # NVIM config: # Install vim-plug for nvim if [ ! -f ~/.config/nvim/autoload/plug.vim ]; then