summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-06-10 17:06:37 -0400
committerJune McEnroe <programble@gmail.com>2017-06-10 17:06:37 -0400
commit11064d2fc6b8519b043d6ada1d57c915646482b4 (patch)
tree6216f3824f625cc1e95dc55c12dc34fb443e0bc0 /install.sh
parentMove actual dotfiles into curtis directory (diff)
downloadsrc-11064d2fc6b8519b043d6ada1d57c915646482b4.tar.gz
src-11064d2fc6b8519b043d6ada1d57c915646482b4.zip
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.
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh9
1 files changed, 0 insertions, 9 deletions
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'