diff --git a/arch-graphical-install-auto.sh b/arch-graphical-install-auto.sh index 3e25957..45bbc0d 100755 --- a/arch-graphical-install-auto.sh +++ b/arch-graphical-install-auto.sh @@ -593,8 +593,8 @@ if ! [ -f "/usr/bin/l" ]; then ln -s /usr/bin/ls /usr/bin/l fi -su ${user} -l -c "chezmoi init --apply https://git.brothertec.eu/simono41/dotfiles.git" -su ${user} -l -c "chezmoi update -v" +su ${user} -l -c "chezmoi init -v --apply --force https://git.brothertec.eu/simono41/dotfiles.git" +su ${user} -l -c "chezmoi update -v --force" # 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),