From 210acbc3e92993865bbd4f9c02d09248e5718204 Mon Sep 17 00:00:00 2001 From: stkhan Date: Wed, 5 May 2021 12:47:50 -0500 Subject: Rewrote ns script --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install.sh') 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 -- cgit v1.2.3