From 11064d2fc6b8519b043d6ada1d57c915646482b4 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 10 Jun 2017 17:06:37 -0400 Subject: Remove Karabiner config and move key layouts Custom layouts allow me to drop Karabiner, which is necessary since it still doesn't work on Sierra. Moved the keylayout files to be just files since installing them with symlinks doesn't work very well, they need to be installed with Ukelele. I should find out what it does though. --- install.sh | 9 --------- 1 file changed, 9 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 4e0b7e5d..f3bb91c4 100755 --- a/install.sh +++ b/install.sh @@ -21,15 +21,6 @@ link() { echo "$1" } -#if [ -d ~/Library ]; then -# link 'Library/Application Support/Karabiner/private.xml' -# link 'Library/Keyboard Layouts/CodeTarmak1.keylayout' -# link 'Library/Keyboard Layouts/Tarmak 1.keylayout' -# link 'Library/Keyboard Layouts/Tarmak 2.keylayout' -# link 'Library/Keyboard Layouts/Tarmak 3.keylayout' -# link 'Library/Keyboard Layouts/Tarmak 4.keylayout' -#fi - link '.bin/bri.c' link '.bin/clock.c' link '.bin/jrp.c' -- cgit 1.4.1