Kill this weird pattern

This commit is contained in:
David Heinemeier Hansson
2026-05-17 21:55:53 +02:00
parent c706a244d7
commit 671dd4698c
13 changed files with 9 additions and 17 deletions
+4
View File
@@ -58,6 +58,10 @@ Example:
# omarchy:aliases=omarchy screenshot
```
# Runtime Environment
- Commands in `bin/` should rely on `$OMARCHY_PATH` from the uwsm environment; do not set or default `OMARCHY_PATH` manually there.
# Install Scripts
Install entry points (`install.sh`, `boot.sh`) use `#!/bin/bash`. Many scripts under `install/` are sourced via `run_logged` and intentionally do not have shebangs.