summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-05-05 12:47:50 -0500
committerstkhan <personal@slickd.xyz>2021-05-05 12:47:50 -0500
commit210acbc3e92993865bbd4f9c02d09248e5718204 (patch)
tree4000c13e983219aee7de41c4726b1c659eabb649 /install.sh
parent77ffe60043cb7edd754413da6b1a797b4d2369d6 (diff)
Rewrote ns script
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 1b7ca09..1153c4c 100755
--- a/install.sh
+++ b/install.sh
@@ -15,12 +15,13 @@ clear
theme="$(cat /tmp/.theme_sel)"
echo "Your theme is $theme"
- sudo pacman -Sy --needed webkit2gtk dialog wpa_supplicant iw dhcpcd adobe-source-code-pro-fonts falkon libnotify xorg xorg-xinit light picom feh dunst pulseaudio
+ sudo pacman -Sy --needed webkit2gtk dialog bash wpa_supplicant iw dhcpcd adobe-source-code-pro-fonts falkon libnotify xorg xorg-xinit light picom feh dunst pulseaudio
echo "Setting up config folders"
mkdir -p ~/.config/sarc
cp * ~/.config/sarc/
cd ~/.config/sarc/
+ sudo cp /etc/ns.conf /etc/
cd $dwm
cp ./themes/$theme ./config.h