@@ -58,12 +58,12 @@ mkdir -p $HOME/.ssh link_file ssh_config .ssh/config ../ 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" ln "$i" "$dest" else