added kitty

master
RageCage64 6 months ago
parent d16755ecf2
commit 4ae49412b4

2
.gitignore vendored

@ -1,2 +1,2 @@
**/*.luarc.json
**/nvim/plugin/packer_compiled.lua
nvim/plugin/packer_compiled.lua

@ -0,0 +1,4 @@
font_family Andale Mono
bold_font auto
italic_font auto
bold_italic_font auto

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

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

Loading…
Cancel
Save