1
0

install_osx.conf.yaml 348 B

12345678910
  1. - shell:
  2. -
  3. command: sudo defaults read com.apple.loginwindow || sudo defaults write com.apple.loginwindow LoginHook $PWD/osx_startup_script.sh && sudo ./osx_startup_script.sh
  4. description: setup login hook to remap keys
  5. stderr: true
  6. stout: true
  7. stin: true
  8. - link:
  9. /usr/local/bin/syncIgnore: scripts/syncIgnore