Fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user