summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
authorJune McEnroe <curtis@hopper.com>2017-05-26 11:14:56 -0400
committerJune McEnroe <curtis@hopper.com>2017-05-26 11:14:56 -0400
commit5682aa4384d8122a5283624e5b0b359e8ec44fcb (patch)
tree788f23a1b09c2b44831971e41b5360f50a7f3116 /install.sh
parentFix Library install condition (diff)
downloadsrc-5682aa4384d8122a5283624e5b0b359e8ec44fcb.tar.gz
src-5682aa4384d8122a5283624e5b0b359e8ec44fcb.zip
Rename keyboard layout Programming
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 9117874f..7c295e35 100755
--- a/install.sh
+++ b/install.sh
@@ -23,7 +23,7 @@ link() {
 
 if [ -d ~/Library ]; then
   link 'Library/Application Support/Karabiner/private.xml'
-  link 'Library/Keyboard Layouts/Programmer.keylayout'
+  link 'Library/Keyboard Layouts/Programming.keylayout'
 fi
 
 link '.bin/bri.c'