refactor: update installation commands in README for clarity

This commit is contained in:
Jev Kuznetsov
2026-04-23 13:01:49 +02:00
parent 4b234990af
commit 81f3a2ae5e
+1 -10
View File
@@ -14,16 +14,7 @@ source init.sh # installs uv if needed, syncs deps, activates venv
``` ```
```bash ```bash
cli-tools install bootstrap # install everything (first-time setup) cli-tools install --help # show available commands
cli-tools install apt-packages # git, curl, ripgrep, fd, btop, tldr, ...
cli-tools install uv # uv package manager
cli-tools install fzf # fzf + bat
cli-tools install zoxide # zoxide (z navigation)
cli-tools install eza # modern ls replacement
cli-tools install lazygit # terminal UI for git
cli-tools install docker # Docker + add user to group
cli-tools install claude # Claude Code
cli-tools install helpers # symlink bash_helpers.sh + aliases.sh into ~
``` ```
## Docker ## Docker