We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f23dc1 commit b47e37aCopy full SHA for b47e37a
1 file changed
install.sh
@@ -64,10 +64,10 @@ echo "try logging in and out"
64
65
66
mkdir -p ~/.config/hypr ~/.config/alacritty ~/.config/waybar ~/.config/htop ~/.config/sway
67
-cp ./hypr/* ~/.config/hypr/
68
-cp ./waybar/* ~/.config/waybar/
69
-cp ./alacritty/* ~/.config/alacritty/
70
-cp ./htop/* ~/.config/htop
+cp -f ./hypr/* ~/.config/hypr/
+cp -f ./waybar/* ~/.config/waybar/
+cp -f ./alacritty/* ~/.config/alacritty/
+cp -f ./htop/* ~/.config/htop
71
sudo ./rofi-themes/* /usr/share/rofi/themes/
72
73
cd ~/wallpaper/ && bash install.sh
0 commit comments