summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index a930f00..e42dd8f 100755
--- a/install.sh
+++ b/install.sh
@@ -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