From f90383a7ae50e7429c46c9c138fa11a49468ea76 Mon Sep 17 00:00:00 2001 From: stkhan Date: Mon, 7 Jun 2021 11:53:24 -0500 Subject: Cleans dwm and st before building --- dmenu-5.0/dmenu | Bin 43432 -> 0 bytes dmenu-5.0/dmenu.o | Bin 32096 -> 0 bytes dmenu-5.0/drw.o | Bin 10624 -> 0 bytes dmenu-5.0/stest | Bin 17096 -> 0 bytes dmenu-5.0/stest.o | Bin 5280 -> 0 bytes dmenu-5.0/util.o | Bin 2264 -> 0 bytes dwm-6.2/drw.o | Bin 10528 -> 0 bytes dwm-6.2/dwm | Bin 72168 -> 0 bytes dwm-6.2/dwm.o | Bin 63368 -> 0 bytes dwm-6.2/util.o | Bin 2256 -> 0 bytes install.sh | 4 ++++ 11 files changed, 4 insertions(+) delete mode 100755 dmenu-5.0/dmenu delete mode 100644 dmenu-5.0/dmenu.o delete mode 100644 dmenu-5.0/drw.o delete mode 100755 dmenu-5.0/stest delete mode 100644 dmenu-5.0/stest.o delete mode 100644 dmenu-5.0/util.o delete mode 100644 dwm-6.2/drw.o delete mode 100755 dwm-6.2/dwm delete mode 100644 dwm-6.2/dwm.o delete mode 100644 dwm-6.2/util.o diff --git a/dmenu-5.0/dmenu b/dmenu-5.0/dmenu deleted file mode 100755 index 55bc31f..0000000 Binary files a/dmenu-5.0/dmenu and /dev/null differ diff --git a/dmenu-5.0/dmenu.o b/dmenu-5.0/dmenu.o deleted file mode 100644 index fb225c1..0000000 Binary files a/dmenu-5.0/dmenu.o and /dev/null differ diff --git a/dmenu-5.0/drw.o b/dmenu-5.0/drw.o deleted file mode 100644 index 941460b..0000000 Binary files a/dmenu-5.0/drw.o and /dev/null differ diff --git a/dmenu-5.0/stest b/dmenu-5.0/stest deleted file mode 100755 index 8da96d5..0000000 Binary files a/dmenu-5.0/stest and /dev/null differ diff --git a/dmenu-5.0/stest.o b/dmenu-5.0/stest.o deleted file mode 100644 index 9408acc..0000000 Binary files a/dmenu-5.0/stest.o and /dev/null differ diff --git a/dmenu-5.0/util.o b/dmenu-5.0/util.o deleted file mode 100644 index 4607dbd..0000000 Binary files a/dmenu-5.0/util.o and /dev/null differ diff --git a/dwm-6.2/drw.o b/dwm-6.2/drw.o deleted file mode 100644 index ecc65b6..0000000 Binary files a/dwm-6.2/drw.o and /dev/null differ diff --git a/dwm-6.2/dwm b/dwm-6.2/dwm deleted file mode 100755 index 6ebcefb..0000000 Binary files a/dwm-6.2/dwm and /dev/null differ diff --git a/dwm-6.2/dwm.o b/dwm-6.2/dwm.o deleted file mode 100644 index 7373ad2..0000000 Binary files a/dwm-6.2/dwm.o and /dev/null differ diff --git a/dwm-6.2/util.o b/dwm-6.2/util.o deleted file mode 100644 index 3b48c2f..0000000 Binary files a/dwm-6.2/util.o and /dev/null differ diff --git a/install.sh b/install.sh index 1f3bcf3..d5d9281 100755 --- a/install.sh +++ b/install.sh @@ -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 -- cgit v1.2.3