mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-18 18:06:07 +00:00
chore(mise): update configs and add cleanup script documentation
Update tooling configs, shell settings, and editor configurations as part of the mise migration. Add companion documentation for the cleanup-old-version-managers script and remove unused fish completions.
This commit is contained in:
@@ -169,7 +169,7 @@ section_install()
|
||||
if ! command -v mise &> /dev/null; then
|
||||
msgr nested "Installing mise..."
|
||||
curl https://mise.run | sh
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
export PATH="${XDG_BIN_HOME:-$HOME/.local/bin}:$PATH"
|
||||
fi
|
||||
mise install --yes
|
||||
mise reshim
|
||||
|
||||
Reference in New Issue
Block a user