diff options
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 |