Skip to content

Commit

Permalink
⚙️ Adds mise settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Jan 7, 2025
1 parent ba4eac4 commit 724d9ef
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 12 deletions.
1 change: 1 addition & 0 deletions home/.bash_osx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ function iterm2_print_user_vars {
# complete -W "$(itermocil --list)" itermocil
# fi

# turned off to avoid ".python-version" conflicts with UV
if command -v mise > /dev/null 2>&1; then
eval "$(mise activate bash)";
fi
21 changes: 21 additions & 0 deletions home/.config/mise/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[settings]
disable_tools = ['python']
experimental = true
not_found_auto_install = false

# # set arbitrary env vars to be used whenever in this project or subprojects
# [env]
# NODE_ENV = "development"
# NPM_CONFIG_PREFIX = "~/.npm-global"
# EDITOR = "code --wait"
#
# mise.file = ".env" # load vars from a dotenv file
# mise.path = "./node_modules/.bin" # add a directory to PATH

[tools]
bun = '1.1.42'
go = '1.22.2'
node = ['20.10.0', '20.11.0']
ruby = '3.3.0'
rust = '1.77.1'

12 changes: 0 additions & 12 deletions home/.tool-versions

This file was deleted.

0 comments on commit 724d9ef

Please sign in to comment.