- Open with text editor
/Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/Resources/IDETextKeyBindingSet.plist
| #!/bin/bash | |
| if test -d "/opt/homebrew/bin/"; then | |
| PATH="/opt/homebrew/bin/:${PATH}" | |
| fi | |
| export PATH | |
| SWIFT_LINT=swiftlint | |
| if which swiftlint >/dev/null; then |
| # source: https://community.home-assistant.io/t/vacation-lighting-replay-historical-lighting/282435 | |
| # blog post on this: https://blog.fuzzymistborn.com/smart-vacation-mode-lighting/ | |
| blueprint: | |
| name: Blueprint - Vacation Lighting | |
| description: Vacation Lighting - Replay Sensors to Light Behavior | |
| domain: automation | |
| input: | |
| vacation_mode_toggle: |