feat(ghostty): add config to dotfiles

This commit is contained in:
Saibotk 2025-01-24 23:44:40 +01:00
parent 9ede52d0ab
commit 922adb6b64
Signed by: saibotk
GPG key ID: 67585F0065E261D5
2 changed files with 12 additions and 0 deletions

7
ghostty/config Normal file
View file

@ -0,0 +1,7 @@
theme = tokyonight
# Fonts
font-family = Fira Code
font-feature = -calt
font-feature = -liga
font-feature = -dlig

View file

@ -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