summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-05-19 21:05:11 -0500
committerstkhan <personal@slickd.xyz>2021-05-19 21:05:11 -0500
commit4436a5db0b99be23edf2fa01f46e06a8eec128d2 (patch)
treeb7ac239aac050c164a5881d278e858c3dad10b18 /install.sh
parent32c1e14ebb8a629af7aa6e68657b5c52de1be981 (diff)
Added nord theme
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