add force to chezmoi
This commit is contained in:
parent
bed393f442
commit
bc8f07048d
1 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||||
|
|
Loading…
Reference in a new issue