From 5c97f5d8242c72adf825001440d54ab4e14f6116 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Wed, 10 Apr 2024 23:59:18 +0200 Subject: [PATCH] Up. --- .../run_once_after_40-install-shell.sh.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) 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"