Browse Source

Add copy.sh

master
10sr 4 years ago
parent
commit
87833e5aeb
Signed by: 10sr GPG Key ID: C384BB17CBB19347
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      mac/karabiner/copy.sh

+ 11
- 0
mac/karabiner/copy.sh View File

@@ -0,0 +1,11 @@
#!/bin/sh
set -eux

dir=$HOME/.config/karabiner/assets/complex_modifications

mkdir -p $dir

for file in terminal-disable.json
do
cp -vpf $file $dir
done

Loading…
Cancel
Save