commit 47326d6290dc2f998f932d44a587daff668f8429
parent 43107ec3cdd72bd1a02ebd4a37fe84394510e47d
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Sat, 7 Apr 2018 19:24:12 +0200
Merge branch 'master' of a3nm.net:git/myconfig
Diffstat:
5 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/apt/misc b/apt/misc
@@ -52,3 +52,5 @@ firmware-linux-free
irqbalance
qemu-user-static # chroot into an ARM system
+
+pdf2svg
diff --git a/cgit/cgitrc b/cgit/cgitrc
@@ -18,5 +18,4 @@ enable-index-owner=0
enable-git-config=1
scan-path=/home/a3_nm/git/
max-blob-size=1000
-footer=/home/a3_nm/cgit_footer
max-repodesc-length=1024
diff --git a/install.sh b/install.sh
@@ -67,6 +67,7 @@ ln -s ~/config/gnupg/gpg.conf ~/.gnupg/gpg.conf
ln -s ~/config/i3/config ~/.i3/config
ln -s ~/config/latexmk ~/.latexmkrc
ln -s ~/config/abcde ~/.abcde.conf
+ln -s ~/config/reportbugrc ~/.reportbugrc
ln -s ~/config/xpdf ~/.xpdfrc
touch ~/.hushlogin
ln -s ~/config/i3/status ~/.i3status.conf
diff --git a/manual b/manual
@@ -1,2 +0,0 @@
-verbiste
-notmuch
diff --git a/reportbugrc b/reportbugrc
@@ -0,0 +1,19 @@
+# reportbug preferences file
+# character encoding: UTF-8
+# Version of reportbug this preferences file was written by
+reportbug_version "6.6.0"
+# default operating mode: one of: novice, standard, advanced, expert
+mode standard
+# default user interface
+ui text
+# offline setting - comment out to be online
+#offline
+# name and email setting (if non-default)
+# realname "Antoine Amarilli"
+email "a3nm@a3nm.net"
+# Disable fallback mode by commenting out the following:
+no-cc
+header "X-Debbugs-CC: a3nm@a3nm.net"
+smtphost reportbug.debian.org
+# You can add other settings after this line. See
+# /etc/reportbug.conf for a full listing of options.