Skip to content

Commit

Permalink
Replace global .tool-versions with mise
Browse files Browse the repository at this point in the history
Issue: #81
  • Loading branch information
scottmuc committed Nov 17, 2024
1 parent 5288d3c commit d556fd0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
gum 0.13.0
shellcheck 0.9.0
opentofu 1.6.1
4 changes: 4 additions & 0 deletions homedirs/common/dotfiles/dot.config/mise/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[tools]
python = "latest"
gum = "latest"
shellcheck = "latest"
ruby = "latest"
node = "latest"
3 changes: 0 additions & 3 deletions homedirs/common/dotfiles/dot.tool-versions

This file was deleted.

1 change: 0 additions & 1 deletion homedirs/wsl/coalesce_this_machine
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d556fd0

Please sign in to comment.