Steps for setting up Jenkins/GitHub integration.
(This assumes some ability to manage Jenkins & use the command line.)
| #!/bin/bash | |
| # From: https://gist.github.com/bgreenlee, extended to support multiple monitors and Tahoe MacOS | |
| # With help from @lordgrenville (github) | |
| # Print the name of the current Mac Aerial screensaver/wallpaper | |
| # requires jq (brew install jq) | |
| WALLPAPERS="$HOME/Library/Application Support/com.apple.wallpaper/aerials/manifest/entries.json" |