您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

12 行
158 B

  1. #!/bin/sh
  2. set -eux
  3. dir=$HOME/.config/karabiner/assets/complex_modifications
  4. mkdir -p $dir
  5. for file in terminal-disable.json
  6. do
  7. cp -vpf $file $dir
  8. done