summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-05-10 13:32:52 -0500
committerstkhan <personal@slickd.xyz>2021-05-10 13:32:52 -0500
commit5c2b81edcd6cbdaf378a37885214ed1961322d9e (patch)
tree9951876a42ebd61e6f722e3f7ad97fd5434b6206 /install.sh
parentc13fe5d37bfffeaa31e04cf011ec18bc80918bd1 (diff)
Added cursors
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index 55f65d0..cccdf91 100755
--- a/install.sh
+++ b/install.sh
@@ -5,7 +5,7 @@ sudo pacman -S --needed dialog
# Sets the folder names
dwm="dwm-6.2"
dmenu="dmenu-5.0"
-st="st-0.8.2"
+st="st-0.8.4"
dwmblocks="dwmblocks"
theme="red"
dialog --title "sarc" --msgbox "Welcome to the sarc installer!" 0 0
@@ -22,6 +22,9 @@ theme="$(cat /tmp/.theme_sel)"
echo "Making config folders"
mkdir -p ~/.config/sarc/
+ mkdir -p ~/.icons/default/
+
+ etc/cursor
cp -r * ~/.config/sarc/
cd ~/.config/sarc/
sudo cp /etc/ns.conf /etc/
@@ -47,7 +50,7 @@ theme="$(cat /tmp/.theme_sel)"
echo "Copying files"
mkdir ~/.dwm
-
+ mkdir ~/.icons/
cp ./etc/.xinitrc ~
cp ./etc/$theme.wallpaper.jpg ~/.config/
mv ~/.config/$theme.wallpaper.jpg ~/.config/wallpaper.jpg