This commit is contained in:
MangoPig
2026-07-17 00:36:54 +01:00
parent d79cb9a62b
commit eee302a4e0
10 changed files with 160 additions and 60 deletions
+14 -1
View File
@@ -55,6 +55,7 @@ Modular `just` commands.
- `Commands/Setup/mod.just`
- `Commands/Lang/mod.just`
- `Commands/Bin/mod.just`
- `Commands/Git/mod.just`
#### `Bins/`
@@ -104,10 +105,15 @@ This runs the full flow in `Scripts/setup.sh`:
```bash
just setup base
just setup bootstrap
just setup stow
just setup clean
just setup update
just git show
just git editor
just git editor nvim
just lang node
just lang go
just lang rust
@@ -116,14 +122,21 @@ just lang r
just lang cpp
just bin show
just bin list
just bin install-all
just bin install nvim
just bin list nvim
just bin releases nvim
just bin list nvim # backwards-compatible shorthand for releases
just bin update nvim
just lang all
```
If `fzf` is available, `just bin update <tool>` can use interactive selection.
`just setup all` and `just setup base` now set the default global Git editor to VS Code (`code --wait`).
If you want to switch to Neovim later, run `just git editor nvim`.
---
## Secrets model