Skip to content

Commit

Permalink
chore: reduce logs from run script and add mise list on verify command
Browse files Browse the repository at this point in the history
Signed-off-by: Kamontat Chantrachirathumrong <14089557+kamontat@users.noreply.github.com>
  • Loading branch information
kamontat committed Dec 23, 2024
1 parent 63524f5 commit 26de998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion home/.chezmoiscripts/run_onchange_after_1.mise.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ sh "$MISE_INSTALL_SCRIPT"
rm "$MISE_INSTALL_SCRIPT"

"$MISE_INSTALL_PATH" install --yes "${MISE_TOOLS[@]}"
"$MISE_INSTALL_PATH" ls --outdated
5 changes: 2 additions & 3 deletions home/dot_local/bin/executable_verify-chezmoi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ zsh -c 'echo "${ZSH_VERSION:?}"'

printf "\n==============================================
Verify %s
==============================================\n" "tools"
printf 'list directory: '
zsh -c 'lsd $HOME'
==============================================\n" "mise tools"
mise list

printf "\n==============================================
Verify %s
Expand Down

0 comments on commit 26de998

Please sign in to comment.