diff --git a/bootstrap.sh b/bootstrap.sh index 327b270..38cea21 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -23,6 +23,7 @@ declare -A configs=( ["$PWD/config/wlogout"]="$HOME/.config/wlogout" ["$PWD/config/swappy"]="$HOME/.config/swappy" ["$PWD/config/lf"]="$HOME/.config/lf" + ["$PWD/config/kitty"]="$HOME/.config/kitty" ) bashCompletionsDir="$HOME/.config/bash-completions" diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf new file mode 100644 index 0000000..1ed4f19 --- /dev/null +++ b/config/kitty/kitty.conf @@ -0,0 +1,7 @@ +font_family Fira Code Nerd Font +bold_font auto +italic_font auto +bold_italic_font auto + +background #202734 +foreground #CBCCC6 diff --git a/config/sway/config b/config/sway/config index 1635e5e..9d62a1e 100644 --- a/config/sway/config +++ b/config/sway/config @@ -12,7 +12,7 @@ set $up k set $right l # Your preferred terminal emulator -set $term alacritty +set $term kitty # Your preferred application launcher set $menu rofi -show drun