summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Barrett <spalf0@gmail.com>2019-09-11 09:11:29 -0500
committerTom Barrett <spalf0@gmail.com>2019-09-11 09:11:29 -0500
commit3f8e503ec4278546fffd6a39b6b1e592ecac7d30 (patch)
tree995051f8fbb73ad3e8dec550c5f236a582d27ccd
parent390d4512a67244223ec142798b523dc6488d0fb3 (diff)
handy requirements and build script that will be improved
-rwxr-xr-xbuild3
-rwxr-xr-xrequired18
2 files changed, 21 insertions, 0 deletions
diff --git a/build b/build
new file mode 100755
index 0000000..a937f44
--- /dev/null
+++ b/build
@@ -0,0 +1,3 @@
+#!/bin/bash
+git clone https://git.suckless.org/dwm /home/tom/src/dwm
+git clone https://git.suckless.org/dwmstatus /home/tom/src/dwmstatus
diff --git a/required b/required
new file mode 100755
index 0000000..93ce480
--- /dev/null
+++ b/required
@@ -0,0 +1,18 @@
+#!/bin/bash
+apt install w3m \
+ firefox-esr \
+ xorg \
+ xorg-dev \
+ nitrogen \
+ arandr \
+ xinit \
+ htop \
+ tree \
+ fish \
+ git \
+ neovim \
+ stterm \
+ dmenu \
+ acpi \
+ build-essential \
+ psmisc