1
1
Fork 0

Create "Keyboard Layouts" directory

This commit is contained in:
Jonathan Schleifer 2023-04-01 11:12:57 +00:00
parent 098e99f822
commit 2e0efdf760
3 changed files with 2 additions and 2 deletions

View file

@ -60,8 +60,8 @@ if have ssh; then
fi
if test x"$(uname -s)" = x"Darwin"; then
for i in eu_US.keylayout "eu_US (ANSI).keylayout"; do
dest="$HOME/Library/Keyboard Layouts/$i"
for i in "Keyboard Layouts/*"; do
dest="$HOME/Library/$i"
# This does not like being symlinked…
if [ ! -e "$dest" ]; then
echo "Hardlinking $i -> $dest"