From 09e7029cf41d54eef3620e6f90e7d8b8b299560b Mon Sep 17 00:00:00 2001 From: Curtis 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