mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-19 05:06:07 +00:00
feat: migrate to mise for unified tool management (#309)
This commit is contained in:
4
scripts/cleanup-old-version-managers.sh
Normal file → Executable file
4
scripts/cleanup-old-version-managers.sh
Normal file → Executable file
@@ -36,6 +36,7 @@ remove_dir()
|
||||
rm -rf "$dir"
|
||||
msgr run_done "Removed $label"
|
||||
fi
|
||||
return 0
|
||||
}
|
||||
|
||||
remove_file()
|
||||
@@ -48,6 +49,7 @@ remove_file()
|
||||
rm -f "$file"
|
||||
msgr run_done "Removed $label: $file"
|
||||
fi
|
||||
return 0
|
||||
}
|
||||
|
||||
msgr msg "Cleaning up old version manager installations..."
|
||||
@@ -133,4 +135,4 @@ if command -v brew &> /dev/null; then
|
||||
done
|
||||
fi
|
||||
|
||||
msgr yay "Cleanup complete! Run 'mise install' to set up tools via mise."
|
||||
msgr yay "Cleanup complete! Run 'mise install' to set up tools via mise."
|
||||
|
||||
Reference in New Issue
Block a user