Skip to content

Commit 2fa019f

Browse files
eapolinarioclaude
andcommitted
docs(AGENTS): update paths after per-platform reorganization
- Linux dry-run/help: install_dotfiles_linux.sh → omarchy/install.sh - macOS health check: brew bundle now run from macos/ (Brewfile moved there) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4edde1f commit 2fa019f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
AGENTS guide for this repository (dotfiles; no build step)
22
- Install: make install-linux (Linux), make install-macos (macOS)
3-
- Linux dry-run: ./install_dotfiles_linux.sh --dry-run; help: ./install_dotfiles_linux.sh --help
3+
- Linux dry-run: ./omarchy/install.sh --dry-run; help: ./omarchy/install.sh --help
44
- Lint (secrets): make gitleaks; regen baseline (review carefully): make gitleaks-baseline-regen
55
- Lint (shell): shellcheck **/*.sh; shfmt -d .; format fix: shfmt -i 2 -ci -w .
66
- Syntax check one script: bash -n path/to/script.sh
77
- "Single test" analogue: shellcheck path/to/script.sh or shfmt -d path; prefer Linux dry-run above
8-
- macOS health check: brew bundle (or brew bundle check) from repo root
8+
- macOS health check: brew bundle (or brew bundle check) from macos/
99

1010
Code style guidelines
1111
- Shell: use bash; shebang must match features; start scripts with: set -euo pipefail

0 commit comments

Comments
 (0)