1
0
Files
chezmoi/home/.chezmoiscripts/run_once_after_40-install-shell.sh.tmpl
2025-08-14 00:48:48 +02:00

27 lines
406 B
Cheetah

#!{{ lookPath "bash" }}
# include lib
. ${CHEZMOI_WORKING_TREE}/scripts/utils.sh
# Environment variables
ZIMDIR=${HOME}/.zim
### Update shell install ###
log "Begin Zsh customization"
## Update cargo
inf "installing cargo-update..."
cargo install cargo-update
### Config Zsh ###
inf "installing zim framework"
$(which zsh) -c "source ${ZIMDIR}/zimfw.zsh init -q"
log "Finish Zsh customization"