added kitty
parent
d16755ecf2
commit
4ae49412b4
@ -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
|
||||
|
Loading…
Reference in New Issue