organize pics

This commit is contained in:
2026-06-09 10:17:55 -07:00
parent 7c2b155837
commit a808cd2cc7
3 changed files with 320 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# schmeeve-toolz — Agent Guide
Personal macOS automation toolkit deployed to `~/Dropbox/bin/`. Mostly shell scripts for power management, network, and system automation, triggered by Keyboard Maestro and cron.
Personal macOS automation toolkit. Newer scripts deploy to `~/.local/bin/`; older scripts live in `~/Dropbox/bin/`. Mostly shell scripts for power management, network, and system automation, triggered by Keyboard Maestro and cron.
## Commands
@@ -11,7 +11,7 @@ No build/test/deploy infrastructure exists. Scripts run directly:
chmod +x scriptname # scripts should already be executable
```
Scripts are deployed by copying (or symlinking) to `~/Dropbox/bin/`. There is no install step.
Scripts are deployed by copying (or symlinking) to `~/.local/bin/` (newer) or `~/Dropbox/bin/` (legacy). There is no install step.
Check shebang (`#!/bin/sh` or `#!/bin/bash`) before running — some use bashisms like `[[ ]]` and arrays.