diff --git a/.config/waybar/config b/.config/waybar/config deleted file mode 100644 index e69de29..0000000 diff --git a/.config/waybar/config b/.config/waybar/config new file mode 120000 index 0000000..3273116 --- /dev/null +++ b/.config/waybar/config @@ -0,0 +1 @@ +/home/lousy/git/dotfiles/.config/waybar/config-desktop \ No newline at end of file diff --git a/AGENTS.md b/AGENTS.md index a1f7aa7..3a2ad1b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,5 +1,14 @@ # AGENTS.md — Agentic Coding Guide for Dotfiles +**🚨 ABSOLUTE AGENT SAFETY RULES — DO NOT IGNORE 🚨** + +- Agents MUST NEVER run any scripts in this repo automatically. +- Agents MUST NEVER modify, symlink, or touch files outside of the repo root or its subdirectories. +- NO file operations or script executions unless the user gives direct, explicit permission for each action. +- All actions must be idempotent, explicit, and user-approved. +- Violating these rules risks breaking the user’s system and is strictly forbidden. + + ## Setup, Lint, and Test - Main entrypoint: `./setup.sh` (runs all `modules/*.sh` in order) - To re-run a single module: `bash modules/XX-name.sh` diff --git a/modules/50-devtools.sh b/modules/50-devtools.sh index 5246611..dc9138a 100755 --- a/modules/50-devtools.sh +++ b/modules/50-devtools.sh @@ -14,7 +14,7 @@ DEVTOOLS_PACKAGES=( htop lazygit visual-studio-code-bin - opencode-bin + opencode ) paru -S --needed --noconfirm "${DEVTOOLS_PACKAGES[@]}"