diff options
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,6 +11,7 @@ echo "" echo "What theme do you want to use? Current themes are down below:" echo ls themes/themes/ +echo echo "Enter what theme you want here:" && read theme echo echo "Theme is $theme" @@ -36,9 +37,10 @@ cd .. mkdir -p ~/.config/sarc mkdir ~/.dwm/ cp -r * ~/.config/sarc/ + cp etc/.xinitrc ~ etc/cursor -cp etc/$theme.wallpaper.jpg ~/.config/wallpaper.jpg +cp etc/wallpaper/$theme.wallpaper.jpg ~/.config/wallpaper.jpg cp etc/autostart.sh ~/.dwm sudo cp bin/* /usr/local/bin |