forked from mathiasbynens/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpost.sh
executable file
·31 lines (19 loc) · 836 Bytes
/
post.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/usr/bin/env bash
# Ask for the administrator password upfront
#sudo -v
###############################################################################
# Karabiner #
###############################################################################
# Install private.xml
cp -r init/private.xml ~/Library/Application\ Support/Karabiner/private.xml 2> /dev/null
# restore settings
sh init/karabiner-import.sh
# relaunch karabiner
karabiner relaunch
###############################################################################
# Seil #
###############################################################################
# restore settings
sh init/seil-import.sh
# relaunch seil
seil relaunch