|
|
@ -15,7 +15,7 @@ packages: pacman arch yay aur r-packages pip-packages pamusb |
|
|
|
|
|
|
|
pacman: |
|
|
|
# place pacman config |
|
|
|
cp pacman/etc/pacman.conf /etc/pacman.conf |
|
|
|
cp etc/pacman.conf /etc/pacman.conf |
|
|
|
|
|
|
|
yay: arch |
|
|
|
# install yay aur helper |
|
|
@ -262,7 +262,7 @@ stow-pre: |
|
|
|
-[ -L /home/$(USER)/.config/cava ] && mv /home/$(USER)/.config/cava /home/$(USER)/.config/cava.bak |
|
|
|
-[ -L /home/$(USER)/.config/wpg ] && mv /home/$(USER)/.config/wpg /home/$(USER)/.config/wpg.bak |
|
|
|
# create folder that might not be created yet for configs |
|
|
|
sudo -u $(USER) mkdir -p /home/$(USER)/.local/share/applications /home/$(USER)/.config/wpg |
|
|
|
sudo -u $(USER) mkdir -p /home/$(USER)/.local/share/applications /home/$(USER)/.config/wpg /home/$(USER)/.config/systemd/user/default.target.wants |
|
|
|
|
|
|
|
stow-post: |
|
|
|
# shortcuts initialization |
|
|
|