Skip to content

Commit

Permalink
Add karabiner-elements to setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
panozzaj committed Jun 17, 2017
1 parent 57c952d commit c6f0eb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ end
# based on my .emacs custom configuration
`mkdir -p ~/conf/tmp/emacs`

# karabiner-elements setup
`mkdir -p ~/.config/karabiner/karabiner.json`
symlink_if_not_present_or_existing_symlink \
'conf/common/etc/karabiner.json',
'~/.config/karabiner/karabiner.json'

platform = ARGV[0]
host = ARGV[1]

Expand Down

0 comments on commit c6f0eb0

Please sign in to comment.