fix: remove gvm

This commit is contained in:
2026-03-18 16:49:17 +01:00
parent ad1c43edea
commit 103c22f7c5
3 changed files with 1 additions and 20 deletions
+1 -4
View File
@@ -40,7 +40,6 @@
| PYTHON | Managed by pyenv |
| RUBY | Managed by rbenv |
| RUST | Managed by rustup |
| GO | Managed by gvm |
| DOCKER | Containerized destruction |
+-----------------------------------------------------+
```
@@ -114,7 +113,7 @@ arty ollama/install # Ollama
### What Arty Manages
- **Version managers** (nvm, rbenv, pyenv, gvm)
- **Version managers** (nvm, rbenv, pyenv)
- **Shell configuration** (Oh-My-Zsh, Powerlevel10k, plugins)
---
@@ -135,7 +134,6 @@ Scripts in `~/scripts/` are loaded via PATH. Check `scripts/` directory for avai
+-- .rbenv/ # Ruby Version Manager
| +-- plugins/ruby-build/
+-- .pyenv/ # Python Version Manager
+-- .gvm/ # Go Version Manager
+-- .oh-my-zsh/ # Oh-My-Zsh framework
| +-- custom/
| +-- themes/
@@ -225,7 +223,6 @@ zsh-interactive-cd zsh-navigation-tools
- [nvm](https://github.com/nvm-sh/nvm) - Node Version Manager
- [rbenv](https://github.com/rbenv/rbenv) - Ruby Version Manager
- [pyenv](https://github.com/pyenv/pyenv) - Python Version Manager
- [gvm](https://github.com/moovweb/gvm) - Go Version Manager
- [rustup](https://rustup.rs/) - Rust Toolchain Manager
### CLI Tools