diff options
| author | June McEnroe <june@causal.agency> | 2017-05-25 12:37:17 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2017-05-25 12:37:17 -0400 |
| commit | 288dbed917a4833ab1beb4ebcdeefb64b9393edb (patch) | |
| tree | c5f2a454460a9eb556be67805c0f26a15418a365 | |
| parent | Revert "Remove macOS keyboard layout" (diff) | |
| download | src-288dbed917a4833ab1beb4ebcdeefb64b9393edb.tar.gz src-288dbed917a4833ab1beb4ebcdeefb64b9393edb.zip | |
Fix Library install condition
Diffstat (limited to '')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh index affb8b0f..9117874f 100755 --- a/install.sh +++ b/install.sh @@ -21,7 +21,7 @@ link() { echo "$1" } -if [ -d '~/Library' ]; then +if [ -d ~/Library ]; then link 'Library/Application Support/Karabiner/private.xml' link 'Library/Keyboard Layouts/Programmer.keylayout' fi |