feat: Added easy reinstallation

This commit is contained in:
2026-06-21 12:36:53 +05:30
parent 004946f4b2
commit 3df936d501
8 changed files with 64 additions and 21 deletions

View File

@@ -88,10 +88,16 @@ b up --force
## Uninstallation
To completely remove the bootstrap helper tool and clear out the shell configurations (leaving any installed software configs intact), run:
To uninstall the bootstrap helper tool but leave a lightweight `b back` function to easily reinstall it later:
```bash
b bye
b gone
```
To completely remove the bootstrap helper tool, clear out all shell configurations (including the `b back` shortcut), and leave nothing behind:
```bash
b gone -f
```
Then reload your shell configuration or run `unset -f b` to clear the function definition from your current terminal session.