feat: Add rustup installer

This commit is contained in:
2026-06-20 14:10:53 +05:30
parent a2a388a81b
commit 5312189ed1
4 changed files with 86 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ The goal is simple: reduce the number of manual steps required after installing
| `install_bat.sh` | Installs Bat (alternative to cat) and configures alias. |
| `install_node.sh` | Installs Node.js (LTS) and NVM (Node Version Manager). |
| `install_nvim.sh` | Installs Neovim 0.11.7 and clones my Neovim configuration repository. |
| `install_rust.sh` | Installs Rust (rustup) and configures cargo environment. |
| `install_yazi.sh` | Installs Yazi terminal file manager and its dependencies. |
| `install_zoxide.sh` | Installs Zoxide directory jumper and configures shell integrations. |