diff options
| author | stkhan <personal@slickd.xyz> | 2021-05-05 12:47:50 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-05-05 12:47:50 -0500 |
| commit | 210acbc3e92993865bbd4f9c02d09248e5718204 (patch) | |
| tree | 4000c13e983219aee7de41c4726b1c659eabb649 /install.sh | |
| parent | 77ffe60043cb7edd754413da6b1a797b4d2369d6 (diff) | |
Rewrote ns script
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |