Minor fixes

main
guusvanmeerveld 2 years ago
parent 242a53579a
commit fd4a4dc1dc

@ -2,6 +2,7 @@
link: link:
create: true create: true
relink: true relink: true
force: true
- link: - link:
# sddm # sddm

@ -2,13 +2,14 @@
link: link:
create: true create: true
relink: true relink: true
force: true
- clean: ["~"] - clean: ["~"]
- link: - link:
# WM # WM
~/.config/bspwm/bspwmrc: config/bspwmrc ~/.config/bspwm/bspwmrc: config/bspwmrc
~/.config/sxhkd/sxhkdrc: config/sxhkdrc ~/.config/sxhkd/sxhkdrc: config/sxhkdrc
~/.config/polybar: config/polybar ~/.config/polybar: config/polybar
~/.config/picom/picom.conf: config/picom.conf ~/.config/picom/picom.conf: config/picom.conf

@ -1,7 +1,7 @@
# Download # Download
git -C /tmp/yay pull || git clone https://aur.archlinux.org/yay /tmp/yay/ git -C /tmp/yay pull || git clone https://aur.archlinux.org/yay /tmp/yay/
cd yay cd /tmp/yay
# Install # Install
makepkg -sci --noconfirm makepkg -sci --noconfirm