Skip to content

a bunch of karabiner elements config stuff to somewhat fix the horrid MacOS keyboard layout/shortcuts

Notifications You must be signed in to change notification settings

derfryday/karabiner_elements_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

replace ~/.config/karabiner/karabiner.json with a symlink to the same file inside the project replace ~/.config/karabiner/assets/complex_modifications with a symlink to the same directory inside the project

from within the project root:

rm -rf ~/.config/karabiner/karabiner.json && ln -s "$(pwd)/.config/karabiner/karabiner.json" "/Users/${USER}/.config/karabiner/karabiner.json"
rm -rf ~/.config/karabiner/assets/complex_modificatons && ln -s "$(pwd)/.config/karabiner/assets/complex_modifications" "/Users/${USER}/.config/karabiner/assets/complex_modifications"

About

a bunch of karabiner elements config stuff to somewhat fix the horrid MacOS keyboard layout/shortcuts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published