diff options
author | Tom Barrett <spalf0@gmail.com> | 2019-09-11 09:11:29 -0500 |
---|---|---|
committer | Tom Barrett <spalf0@gmail.com> | 2019-09-11 09:11:29 -0500 |
commit | 3f8e503ec4278546fffd6a39b6b1e592ecac7d30 (patch) | |
tree | 995051f8fbb73ad3e8dec550c5f236a582d27ccd /required | |
parent | 390d4512a67244223ec142798b523dc6488d0fb3 (diff) |
handy requirements and build script that will be improved
Diffstat (limited to 'required')
-rwxr-xr-x | required | 18 |
1 files changed, 18 insertions, 0 deletions
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 |