commit f84c0f2836f56437e3941f7a8eedf06c5823b382
parent 1d248df53c693781de4c8740f39a99bf9700be3a
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Sun, 2 Jun 2019 18:29:11 +0200
Merge branch 'master' of a3nm.net:git/myconfig
Diffstat:
8 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/apt/desktop b/apt/desktop
@@ -100,7 +100,6 @@ hsetroot
# consolekit # not sure why this was useful
calibre
libpdf-api2-perl # ~/bin/pdf-rect.pl
-beep
pm-utils # not just for laptops!
vbetool # potentially useful dependency
diff --git a/apt/devel_recent b/apt/devel_recent
@@ -1,3 +1,3 @@
# openjdk-9-doc
# openjdk-9-jdk
-libstdc++-5-doc
+libstdc++-6-doc
diff --git a/apt/headless b/apt/headless
@@ -76,7 +76,6 @@ surfraw
surfraw-extra
binwalk # find files in binary stream; lots of graphic dependencies
-psutils # manipulate PS documents
toot # mastodon
diff --git a/apt/misc b/apt/misc
@@ -56,3 +56,4 @@ qemu-user-static # chroot into an ARM system
pdf2svg
mdf2iso
+psutils # manipulate PS documents
diff --git a/apt/python b/apt/python
@@ -65,3 +65,7 @@ python3-icalendar # for git/dig_seminar
python3-defusedxml # for git/minediff
+python3-termcolor # for git/enum-spanner
+python3-tqdm # for git/enum-spanner
+python3-graphviz # for git/enum-spanner
+
diff --git a/apt/servehttp b/apt/servehttp
@@ -1,4 +1,3 @@
lighttpd
libjs-mathjax
fonts-mathjax
-cgit
diff --git a/apt/serveradicale b/apt/serveradicale
@@ -1,2 +1,3 @@
radicale
libapache2-mod-wsgi
+python-radicale
diff --git a/zsh/path b/zsh/path
@@ -8,3 +8,6 @@ MANPATH=~/local/share/man:$MANPATH
export MANPATH
INFOPATH=~/local/share/info:$INFOPATH
export INFOPATH
+
+export PATH="$HOME/.cargo/bin:$PATH"
+