add an update step
This commit is contained in:
parent
ea3d0943fa
commit
12d86e387c
@ -77,4 +77,7 @@ if [ ! -d $HOME/.local/share/chezmoi/.git ]; then
|
|||||||
cd $HOME
|
cd $HOME
|
||||||
$HOME/bin/chezmoi init --apply --verbose https://git.sysnove.net/jrabier/dotfiles
|
$HOME/bin/chezmoi init --apply --verbose https://git.sysnove.net/jrabier/dotfiles
|
||||||
echo "Application des dotfiles terminée"
|
echo "Application des dotfiles terminée"
|
||||||
|
else
|
||||||
|
echo "Mise à jour des dotfiles"
|
||||||
|
chezmoi update -v
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user