1
0
This commit is contained in:
2025-08-14 11:18:03 +02:00
parent f036cbb710
commit d1ec51902e
5 changed files with 29 additions and 14 deletions

View File

@@ -0,0 +1,29 @@
#!{{ lookPath "bash" }}
# title
title="Zsh customization"
# include lib
. ${CHEZMOI_WORKING_TREE}/scripts/utils.sh
# Environment variables
ZIMDIR=${HOME}/.zim
### Update shell install ###
log "Begin ${title}"
## 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 "${title} done"