From 793d8239c480b8bd60481dd8aeb6269d3e1a94a7 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 3 Jan 2017 14:02:42 -0500 Subject: Add custom keyboard layout for macOS --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 0c81cba1..eba39dbe 100755 --- a/install.sh +++ b/install.sh @@ -21,6 +21,11 @@ link() { echo "$1" } +if [ -d ~/Library ]; then + link Library/Application\ Support/Karabiner/private.xml + link Library/Keyboard\ Layouts/Programmer.keylayout +fi + link .bin/jrp.c link .bin/manpager link .bin/pbcopy -- cgit 1.4.1