diff --git a/.gitignore b/.gitignore index c0b6cde..c304571 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ **/*.luarc.json -**/nvim/plugin/packer_compiled.lua +nvim/plugin/packer_compiled.lua diff --git a/kitty/kitty.conf b/kitty/kitty.conf new file mode 100644 index 0000000..0cc3915 --- /dev/null +++ b/kitty/kitty.conf @@ -0,0 +1,4 @@ +font_family Andale Mono +bold_font auto +italic_font auto +bold_italic_font auto diff --git a/link_configs.sh b/link_configs.sh index 42ad748..a38fa5b 100644 --- a/link_configs.sh +++ b/link_configs.sh @@ -1 +1,6 @@ -ln -s $(pwd)/.tmux.conf ~ +if ! [ -L ~/.tmux.conf ]; then + ln -s $(pwd)/.tmux.conf ~/.tmux.conf +fi +if ! [ -L ~/.config/kitty ]; then + ln -s $(pwd)/kitty ~/.config/kitty +fi diff --git a/sway/config b/sway/config index 0ec6626..c7b63db 100644 --- a/sway/config +++ b/sway/config @@ -14,7 +14,8 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term mate-terminal +# set $term mate-terminal +set $term kitty # Locker set $locker sway_manual_lock # Your preferred application launcher