add force to chezmoi

This commit is contained in:
user 2023-05-31 11:53:51 +02:00
parent bed393f442
commit bc8f07048d

View file

@ -593,8 +593,8 @@ if ! [ -f "/usr/bin/l" ]; then
ln -s /usr/bin/ls /usr/bin/l ln -s /usr/bin/ls /usr/bin/l
fi fi
su ${user} -l -c "chezmoi init --apply https://git.brothertec.eu/simono41/dotfiles.git" su ${user} -l -c "chezmoi init -v --apply --force https://git.brothertec.eu/simono41/dotfiles.git"
su ${user} -l -c "chezmoi update -v" su ${user} -l -c "chezmoi update -v --force"
# https://aur.archlinux.org/packages/ttf-font-nerd-dummy # https://aur.archlinux.org/packages/ttf-font-nerd-dummy
# I was going to delete it because at the moment the only package that provides ttf-font-nerd is ttf-iosevka-nerd (see this search entry), # I was going to delete it because at the moment the only package that provides ttf-font-nerd is ttf-iosevka-nerd (see this search entry),