From d556fd0cdea2c2e344e54652de72e58799cdf36f Mon Sep 17 00:00:00 2001 From: Scott Muc Date: Sun, 17 Nov 2024 20:54:48 +0100 Subject: [PATCH] Replace global .tool-versions with mise Issue: #81 --- .tool-versions | 2 -- homedirs/common/dotfiles/dot.config/mise/config.toml | 4 ++++ homedirs/common/dotfiles/dot.tool-versions | 3 --- homedirs/wsl/coalesce_this_machine | 1 - 4 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 homedirs/common/dotfiles/dot.tool-versions diff --git a/.tool-versions b/.tool-versions index 39ed52a..302b806 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1 @@ -gum 0.13.0 -shellcheck 0.9.0 opentofu 1.6.1 diff --git a/homedirs/common/dotfiles/dot.config/mise/config.toml b/homedirs/common/dotfiles/dot.config/mise/config.toml index c8ddcd4..b5ff0f8 100644 --- a/homedirs/common/dotfiles/dot.config/mise/config.toml +++ b/homedirs/common/dotfiles/dot.config/mise/config.toml @@ -1,2 +1,6 @@ [tools] python = "latest" +gum = "latest" +shellcheck = "latest" +ruby = "latest" +node = "latest" diff --git a/homedirs/common/dotfiles/dot.tool-versions b/homedirs/common/dotfiles/dot.tool-versions deleted file mode 100644 index b0442f3..0000000 --- a/homedirs/common/dotfiles/dot.tool-versions +++ /dev/null @@ -1,3 +0,0 @@ -nodejs 20.11.0 -gum 0.13.0 -ruby 3.3.4 diff --git a/homedirs/wsl/coalesce_this_machine b/homedirs/wsl/coalesce_this_machine index c832ca5..5994e52 100755 --- a/homedirs/wsl/coalesce_this_machine +++ b/homedirs/wsl/coalesce_this_machine @@ -229,7 +229,6 @@ symlink_all_the_things() { ln -sfv "${common_dotfiles_dir}/dot.tmux.conf" ~/.tmux.conf ln -sfv "${common_dotfiles_dir}/dot.gitconfig" ~/.gitconfig ln -sfv "${common_dotfiles_dir}/dot.mrconfig" ~/.mrconfig - ln -sfv "${common_dotfiles_dir}/dot.tool-versions" ~/.tool-versions ln -sfv "${common_dotfiles_dir}/dot.zshrc" ~/.zshrc # https://unix.stackexchange.com/a/355220