diff --git a/configs/mise/config.toml b/configs/mise/config.toml index 95712b6..7d91b6b 100644 --- a/configs/mise/config.toml +++ b/configs/mise/config.toml @@ -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' -] diff --git a/configs/mise/settings.toml b/configs/mise/settings.toml new file mode 100644 index 0000000..f2de85e --- /dev/null +++ b/configs/mise/settings.toml @@ -0,0 +1,5 @@ +trusted_config_paths = [ + '~/projects/personal' +] + +experimental = true diff --git a/scripts/shell.sh b/scripts/shell.sh index 8d9ac6f..440a2fe 100755 --- a/scripts/shell.sh +++ b/scripts/shell.sh @@ -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