New karabiner config stuff
This commit is contained in:
parent
2335126b1a
commit
3da27ae701
2 changed files with 12 additions and 0 deletions
11
karabiner.json
Normal file
11
karabiner.json
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"profiles": [
|
||||||
|
{
|
||||||
|
"name": "Default profile",
|
||||||
|
"selected": true,
|
||||||
|
"simple_modifications": {
|
||||||
|
"caps_lock": "left_control"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -20,6 +20,7 @@ rm ~/.muttrc; ln -s ~/dotfiles/muttrc ~/.muttrc
|
||||||
|
|
||||||
# mac only
|
# mac only
|
||||||
rm ~/Library/KeyBindings/DefaultKeyBinding.dict; cp ~/dotfiles/DefaultKeyBinding.dict ~/Library/KeyBindings/DefaultKeyBinding.dict
|
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
|
# linux only
|
||||||
rm -rf ~/.i3; mkdir ~/.i3; ln -s ~/dotfiles/i3/config ~/.i3/config
|
rm -rf ~/.i3; mkdir ~/.i3; ln -s ~/dotfiles/i3/config ~/.i3/config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue