Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions .github/workflows/opencode.yml

This file was deleted.

1 change: 0 additions & 1 deletion .stow-global-ignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
^\.git(/|$)
^README\.md$
^CLAUDE\.md$
^AGENTS\.md$
^scripts(/|$)
^\.claude(/|$)
8 changes: 0 additions & 8 deletions CLAUDE.md

This file was deleted.

7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,6 @@ Deploy selected portable packages:
./scripts/stow.sh base git nvim
```

Host-specific configuration remains available when needed:

```bash
./scripts/stow.sh host
./scripts/stow.sh host nexus-unbound
```

`stow-packages.txt` is the source of truth for the default deployment. Keeping
that allowlist separate prevents infrastructure and documentation directories
from being mistaken for dotfile packages.
Expand Down
123 changes: 0 additions & 123 deletions hosts/nexus-unbound/README.md

This file was deleted.

42 changes: 0 additions & 42 deletions hosts/nexus-unbound/hypr/.config/hypr/bindings.conf

This file was deleted.

37 changes: 0 additions & 37 deletions hosts/nexus-unbound/hypr/.config/hypr/hyprland.conf

This file was deleted.

45 changes: 0 additions & 45 deletions hosts/nexus-unbound/hypr/.config/hypr/input.conf

This file was deleted.

24 changes: 0 additions & 24 deletions hosts/nexus-unbound/hypr/.config/hypr/looknfeel.conf

This file was deleted.

12 changes: 0 additions & 12 deletions hosts/nexus-unbound/hypr/.config/hypr/monitors.conf

This file was deleted.

13 changes: 0 additions & 13 deletions hosts/nexus-unbound/hypr/.config/hypr/workspaces.conf

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dotfiles.
|--------|-------------|
| `install-packages.sh` | Resolve the shared profile through an OS provider |
| `../ansible/package-providers/fedora.sh` | Detect Fedora and idempotently install missing RPMs |
| `stow.sh` | Deploy or repair base and host-specific GNU Stow packages |
| `stow.sh` | Deploy or repair portable GNU Stow packages |
| `check.sh` | Validate manifests, scripts, configuration, and a Stow preview |

Package adapters are intentionally small. Each executable adapter accepts:
Expand Down
Loading