Create "Keyboard Layouts" directory
This commit is contained in:
parent
098e99f822
commit
2e0efdf760
3 changed files with 2 additions and 2 deletions
4
setup.sh
4
setup.sh
|
@ -60,8 +60,8 @@ if have ssh; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x"$(uname -s)" = x"Darwin"; then
|
if test x"$(uname -s)" = x"Darwin"; then
|
||||||
for i in eu_US.keylayout "eu_US (ANSI).keylayout"; do
|
for i in "Keyboard Layouts/*"; do
|
||||||
dest="$HOME/Library/Keyboard Layouts/$i"
|
dest="$HOME/Library/$i"
|
||||||
# This does not like being symlinked…
|
# This does not like being symlinked…
|
||||||
if [ ! -e "$dest" ]; then
|
if [ ! -e "$dest" ]; then
|
||||||
echo "Hardlinking $i -> $dest"
|
echo "Hardlinking $i -> $dest"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue