summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2020-03-27 14:27:57 -0500
committerTom Barrett <tom@tombarrett.xyz>2020-03-27 14:27:57 -0500
commitb9fd7d58020aaa4d3ae69e88dd7c53e7d59cb78b (patch)
tree977f4e047b127f8c21ba50646c8b06decd9ada07
parentc1b8e528cc9e31ece22798fdc14ea77ba0a77aea (diff)
alphabetized and removed aerc due to unstability
-rw-r--r--aerc/custom.diff20
-rwxr-xr-xrequired42
2 files changed, 21 insertions, 41 deletions
diff --git a/aerc/custom.diff b/aerc/custom.diff
deleted file mode 100644
index 285a4e1..0000000
--- a/aerc/custom.diff
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/Makefile b/Makefile
-index c2e6d1b..e18abb2 100644
---- a/Makefile
-+++ b/Makefile
-@@ -5,12 +5,12 @@
- VERSION=0.2.1
-
- VPATH=doc
--PREFIX?=/usr/local
-+PREFIX?=/home/tom/src/aerc
- _INSTDIR=$(DESTDIR)$(PREFIX)
- BINDIR?=$(_INSTDIR)/bin
--SHAREDIR?=$(_INSTDIR)/share/aerc
-+SHAREDIR?=/home/tom/src/aerc/config
- MANDIR?=$(_INSTDIR)/share/man
--GO?=go
-+GO?=/home/tom/src/go/bin/go
- GOFLAGS?=
-
- GOSRC!=find . -name '*.go'
diff --git a/required b/required
index d39719f..552f987 100755
--- a/required
+++ b/required
@@ -2,34 +2,34 @@
# display
apt install -y \
- xorg \
- xorg-dev \
- xauth \
- nitrogen \
arandr \
- scrot \
atril \
feh \
+ nitrogen \
+ scrot \
+ xauth \
xinit
+ xorg \
+ xorg-dev \
# utilities
apt install -y \
- htop \
- ncdu \
- tree \
+ dmenu
fish \
git \
+ htop \
+ ncdu \
neovim \
- dmenu
+ tree \
# web
apt install -y \
- w3m \
- w3m-img \
- nmap \
curl \
- netcat \
firefox-esr
+ netcat \
+ nmap \
+ w3m \
+ w3m-img \
# security
apt install -y \
@@ -38,22 +38,22 @@ apt install -y \
# lxc containers
apt install -y \
- lxc \
- libvirt0 \
- libpam-cgfs \
bridge-utils \
+ dnsmasq-base
+ ebtables \
+ iptables \
+ libpam-cgfs \
+ libvirt0 \
libvirt-clients \
libvirt-daemon-system \
- iptables \
- ebtables \
- dnsmasq-base
+ lxc \
# misc
apt install -y \
acpi \
build-essential \
- lshw \
ledger \
+ lshw \
psmisc \
- sshpass \
rcconf
+ sshpass \