feat: Add node version manager

This commit is contained in:
2026-06-20 09:18:11 +05:30
parent e3041b755b
commit e669fdec32
4 changed files with 160 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ The goal is simple: reduce the number of manual steps required after installing
| Script | Description |
| ----------------- | --------------------------------------------------------------------- |
| `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_yazi.sh` | Installs Yazi terminal file manager and its dependencies. |
| `install_zoxide.sh` | Installs Zoxide directory jumper and configures shell integrations. |