fix: remove gvm
This commit is contained in:
@@ -1,14 +0,0 @@
|
|||||||
# HIDRIVE=/mnt/hidrive
|
|
||||||
# HIDRIVE_VALKNAR="$HIDRIVE/users/valknar"
|
|
||||||
|
|
||||||
# mount "$HIDRIVE" 2>/dev/null
|
|
||||||
|
|
||||||
# ln -s "$HIDRIVE_VALKNAR/Documents" "$HOME/Documents" 2>/dev/null
|
|
||||||
# ln -s "$HIDRIVE_VALKNAR/Pictures" "$HOME/Pictures" 2>/dev/null
|
|
||||||
# ln -s "$HIDRIVE_VALKNAR/Videos" "$HOME/Videos" 2>/dev/null
|
|
||||||
# ln -s "$HIDRIVE_VALKNAR/Music" "$HOME/Music" 2>/dev/null
|
|
||||||
|
|
||||||
# xdg-user-dirs-update --set DOCUMENTS "$HOME/Documents"
|
|
||||||
# xdg-user-dirs-update --set PICTURES "$HOME/Pictures"
|
|
||||||
# xdg-user-dirs-update --set VIDEOS "$HOME/Videos"
|
|
||||||
# xdg-user-dirs-update --set MUSIC "$HOME/Music"
|
|
||||||
|
|||||||
@@ -40,7 +40,6 @@
|
|||||||
| PYTHON | Managed by pyenv |
|
| PYTHON | Managed by pyenv |
|
||||||
| RUBY | Managed by rbenv |
|
| RUBY | Managed by rbenv |
|
||||||
| RUST | Managed by rustup |
|
| RUST | Managed by rustup |
|
||||||
| GO | Managed by gvm |
|
|
||||||
| DOCKER | Containerized destruction |
|
| DOCKER | Containerized destruction |
|
||||||
+-----------------------------------------------------+
|
+-----------------------------------------------------+
|
||||||
```
|
```
|
||||||
@@ -114,7 +113,7 @@ arty ollama/install # Ollama
|
|||||||
|
|
||||||
### What Arty Manages
|
### What Arty Manages
|
||||||
|
|
||||||
- **Version managers** (nvm, rbenv, pyenv, gvm)
|
- **Version managers** (nvm, rbenv, pyenv)
|
||||||
- **Shell configuration** (Oh-My-Zsh, Powerlevel10k, plugins)
|
- **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
|
+-- .rbenv/ # Ruby Version Manager
|
||||||
| +-- plugins/ruby-build/
|
| +-- plugins/ruby-build/
|
||||||
+-- .pyenv/ # Python Version Manager
|
+-- .pyenv/ # Python Version Manager
|
||||||
+-- .gvm/ # Go Version Manager
|
|
||||||
+-- .oh-my-zsh/ # Oh-My-Zsh framework
|
+-- .oh-my-zsh/ # Oh-My-Zsh framework
|
||||||
| +-- custom/
|
| +-- custom/
|
||||||
| +-- themes/
|
| +-- themes/
|
||||||
@@ -225,7 +223,6 @@ zsh-interactive-cd zsh-navigation-tools
|
|||||||
- [nvm](https://github.com/nvm-sh/nvm) - Node Version Manager
|
- [nvm](https://github.com/nvm-sh/nvm) - Node Version Manager
|
||||||
- [rbenv](https://github.com/rbenv/rbenv) - Ruby Version Manager
|
- [rbenv](https://github.com/rbenv/rbenv) - Ruby Version Manager
|
||||||
- [pyenv](https://github.com/pyenv/pyenv) - Python 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
|
- [rustup](https://rustup.rs/) - Rust Toolchain Manager
|
||||||
|
|
||||||
### CLI Tools
|
### CLI Tools
|
||||||
|
|||||||
@@ -37,8 +37,6 @@ notes: |
|
|||||||
references:
|
references:
|
||||||
- url: https://github.com/nvm-sh/nvm.git
|
- url: https://github.com/nvm-sh/nvm.git
|
||||||
into: .nvm
|
into: .nvm
|
||||||
- url: https://github.com/moovweb/gvm.git
|
|
||||||
into: .gvm
|
|
||||||
- url: https://github.com/rbenv/rbenv.git
|
- url: https://github.com/rbenv/rbenv.git
|
||||||
into: .rbenv
|
into: .rbenv
|
||||||
- url: https://github.com/rbenv/ruby-build.git
|
- url: https://github.com/rbenv/ruby-build.git
|
||||||
|
|||||||
Reference in New Issue
Block a user