diff options
| author | stkhan <personal@slickd.xyz> | 2021-06-07 11:53:24 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-06-07 11:53:24 -0500 |
| commit | f90383a7ae50e7429c46c9c138fa11a49468ea76 (patch) | |
| tree | f519aeb94307d8bda34e37f39c45da328a0a1abc /install.sh | |
| parent | 1b07d334fa46254a50dd98c13f9d43f9ffc10984 (diff) | |
Cleans dwm and st before building
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!/usr/bin/bash +# On Artix Linux install artix-archlinux-support before running the script + sudo pacman -S --needed wpa_supplicant networkmanager ttf-joypixels iw dhcpcd adobe-source-code-pro-fonts falkon libnotify dunst picom light feh xorg xorg-xinit pulseaudio clear @@ -24,6 +26,7 @@ pwd cp themes/$theme ./theme.h cd $dwm +make clean make -s sudo make -s install @@ -32,6 +35,7 @@ make -s sudo make -s install cd ../$st +make clean make -s sudo make -s install |