diff --git a/home/.chezmoiscripts/run_once_after_40-install-shell.sh.tmpl b/home/.chezmoiscripts/run_once_after_40-install-shell.sh.tmpl index 44f9a8a..56cc331 100644 --- a/home/.chezmoiscripts/run_once_after_40-install-shell.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_40-install-shell.sh.tmpl @@ -77,6 +77,14 @@ log "Begin Zsh installation" log "Finish Zsh installation" +## Update cargo +log "Installing cargo-update" + +cargo install cargo-update + +log "Finish cargo-update installation" + + ## Install Atuin log "Installing atuin"