diff --git a/install-root.conf.yaml b/install-root.conf.yaml index a469b40..a9bce92 100644 --- a/install-root.conf.yaml +++ b/install-root.conf.yaml @@ -2,6 +2,7 @@ link: create: true relink: true + force: true - link: # sddm diff --git a/install.conf.yaml b/install.conf.yaml index 8a97f28..16ffcac 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -2,13 +2,14 @@ link: create: true relink: true + force: true - clean: ["~"] - link: # WM ~/.config/bspwm/bspwmrc: config/bspwmrc - ~/.config/sxhkd/sxhkdrc: config/sxhkdrc + ~/.config/sxhkd/sxhkdrc: config/sxhkdrc ~/.config/polybar: config/polybar ~/.config/picom/picom.conf: config/picom.conf diff --git a/scripts/install_yay.sh b/scripts/install_yay.sh index ba13b66..44ef20c 100755 --- a/scripts/install_yay.sh +++ b/scripts/install_yay.sh @@ -1,7 +1,7 @@ # Download git -C /tmp/yay pull || git clone https://aur.archlinux.org/yay /tmp/yay/ -cd yay +cd /tmp/yay # Install makepkg -sci --noconfirm