[kitty] Add local settings override
This commit is contained in:
parent
56eab848f9
commit
9a6e082862
2 changed files with 12 additions and 9 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
vim/.netrwhist
|
vim/.netrwhist
|
||||||
vim/bundle/*
|
vim/bundle/*
|
||||||
git_user
|
git_user
|
||||||
|
config/kitty/.local.conf
|
||||||
|
|
|
@ -10,6 +10,8 @@ include colors/base16-3024-256.conf
|
||||||
|
|
||||||
enable_audio_bell no
|
enable_audio_bell no
|
||||||
|
|
||||||
|
include .local.conf
|
||||||
|
|
||||||
##################################
|
##################################
|
||||||
# Nice alternative base16 themes #
|
# Nice alternative base16 themes #
|
||||||
##################################
|
##################################
|
||||||
|
|
Loading…
Add table
Reference in a new issue