fix: add kitty config
This commit is contained in:
parent
8a05e91018
commit
3ca359ce96
@ -5,6 +5,9 @@
|
|||||||
if [ -d ~/dotfiles-versions/$version/alacritty ]; then
|
if [ -d ~/dotfiles-versions/$version/alacritty ]; then
|
||||||
_installSymLink alacritty ~/.config/alacritty ~/dotfiles/alacritty/ ~/.config
|
_installSymLink alacritty ~/.config/alacritty ~/dotfiles/alacritty/ ~/.config
|
||||||
fi
|
fi
|
||||||
|
if [ -d ~/dotfiles-versions/$version/kitty ]; then
|
||||||
|
_installSymLink kitty ~/.config/kitty ~/dotfiles/kitty/ ~/.config
|
||||||
|
fi
|
||||||
if [ -d ~/dotfiles-versions/$version/vim ]; then
|
if [ -d ~/dotfiles-versions/$version/vim ]; then
|
||||||
_installSymLink vim ~/.config/vim ~/dotfiles/vim/ ~/.config
|
_installSymLink vim ~/.config/vim ~/dotfiles/vim/ ~/.config
|
||||||
fi
|
fi
|
||||||
|
14
kitty/kitty.conf
Normal file
14
kitty/kitty.conf
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
font_family Fira Code Nerd Font
|
||||||
|
font_size 14.0
|
||||||
|
bold_font auto
|
||||||
|
italic_font auto
|
||||||
|
bold_italic_font auto
|
||||||
|
|
||||||
|
background_opacity 0.7
|
||||||
|
|
||||||
|
confirm_os_window_close 0
|
||||||
|
|
||||||
|
enable_audio_bell no
|
||||||
|
|
||||||
|
selection_foreground #000000
|
||||||
|
selection_background #F5FBFF
|
Loading…
Reference in New Issue
Block a user