Skip to content

Commit

Permalink
Move mise settings to settings.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Jan 8, 2024
1 parent 6f07bd1 commit efafe09
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 0 additions & 7 deletions configs/mise/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,3 @@ go = "latest"
node = "latest"
python = "latest"
ruby = "latest"

[settings]
experimental = true # Enable experimental core plugins
verbose = true
trusted_config_paths = [
'~/projects/personal'
]
5 changes: 5 additions & 0 deletions configs/mise/settings.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
trusted_config_paths = [
'~/projects/personal'
]

experimental = true
1 change: 1 addition & 0 deletions scripts/shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ done
# Symlink mise and Starship configs
mkdir -p "$HOME/.config/mise"
ln -sf "$REPO_PATH/configs/mise/config.toml" "$HOME/.config/mise/config.toml"
ln -sf "$REPO_PATH/configs/mise/settings.toml" "$HOME/.config/mise/settings.toml"
ln -sf "$REPO_PATH/configs/starship/starship.toml" "$HOME/.config/starship.toml"

# Symlink Nextcloud dirs if present
Expand Down

0 comments on commit efafe09

Please sign in to comment.