organize pics
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user