This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add copy.sh
master
10sr
4 years ago
parent
61b44a9384
commit
87833e5aeb
Signed by:
10sr
GPG Key ID:
C384BB17CBB19347
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save