mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-18 22:06:02 +00:00
601 B
601 B
cleanup-old-version-managers
Remove old version manager installations that have been replaced by mise.
Usage
scripts/cleanup-old-version-managers.sh [--dry-run]
What it does
- Removes data directories for nvm, fnm, pyenv, goenv, and bob-nvim.
- Removes cargo-installed tool binaries now managed by mise.
- Removes go-installed tool binaries from
$GOPATH/bin. - Uninstalls Homebrew packages replaced by mise (if brew is available).
Mason binaries ($XDG_DATA_HOME/nvim/mason/) are not touched.
Pass --dry-run to preview what would be removed without making changes.