Allow simple JSON configuration for site sessions

Different terminals need different hotkeys, but I want the kitty
configuration to be shared. Add a blanket json file to allow
creating more advanced configurations per site while keeping the
rest of the config common.
This commit is contained in:
Andrew Mulbrook 2021-02-12 12:35:40 -06:00
parent 42ce0bd066
commit 4cfeea363b
5 changed files with 75 additions and 0 deletions

View file

@ -7,6 +7,8 @@
- link:
~/.bashrc: bashrc
~/.vimrc: vimrc
~/.config/kitty/kitty.conf: kitty.conf
~/.scripts: scripts
- shell:
- [git submodule update --init --recursive, Installing submodules]