New karabiner config stuff

This commit is contained in:
Dustin Swan 2016-10-03 13:01:00 -04:00
parent 2335126b1a
commit 3da27ae701
2 changed files with 12 additions and 0 deletions

11
karabiner.json Normal file
View file

@ -0,0 +1,11 @@
{
"profiles": [
{
"name": "Default profile",
"selected": true,
"simple_modifications": {
"caps_lock": "left_control"
}
}
]
}

View file

@ -20,6 +20,7 @@ rm ~/.muttrc; ln -s ~/dotfiles/muttrc ~/.muttrc
# mac only
rm ~/Library/KeyBindings/DefaultKeyBinding.dict; cp ~/dotfiles/DefaultKeyBinding.dict ~/Library/KeyBindings/DefaultKeyBinding.dict
rm ~/.karabiner.d/configuration/karabiner.json; ln -s ~/dotfiles/karabiner.json ~/.karabiner.d/configuration/karabiner.json
# linux only
rm -rf ~/.i3; mkdir ~/.i3; ln -s ~/dotfiles/i3/config ~/.i3/config