-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathinstall.sh
More file actions
23 lines (18 loc) · 748 Bytes
/
install.sh
File metadata and controls
23 lines (18 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh
BASEDIR=$( cd `dirname $0` ; pwd )
cd $BASEDIR
set -ex
cp -R U.S.-Czech.bundle/ ~/Library/Keyboard\ Layouts/U.S.-Czech.bundle/
touch ~/Library/Keyboard\ Layouts
{ set +x; } 2>/dev/null
echo ""
echo " Now go to System Settings > Keyboard > Input Sources > Edit... and add the"
echo " Czech > U.S. - Czech layout. You can then switch to the new layout in Input"
echo " menu in the menu bar."
echo ""
echo " If this is your first install, the new layout should work right away."
echo " If you are updating the layout, you need to log out or restart the computer."
echo ""
echo " For instructions with screenshots visit (command double-click):"
echo " https://github.com/mariancerny/us-czech-keyboard-layout#installation"
echo ""