Various updates
authorMart Lubbers <mart@martlubbers.net>
Mon, 25 Sep 2017 08:59:48 +0000 (10:59 +0200)
committerMart Lubbers <mart@martlubbers.net>
Mon, 25 Sep 2017 08:59:48 +0000 (10:59 +0200)
- Socks proxy for email since some networks block the email ports.
- Update packages after laptop reinstall
- Update paths for TL2017

email/.config/msmtp/config
email/.config/offlineimap/config
pkgs.sh
shell/.bashrc

index e8a51b8..b5de460 100644 (file)
@@ -6,6 +6,8 @@ tls on
 tls_fingerprint 4C:C6:52:09:81:21:28:A7:B2:56:3E:EF:79:2A:49:C0:94:51:7F:1C:95:4F:77:63:15:70:0B:7D:54:D1:77:BB
 user mart@martlubbers.net
 passwordeval pass mail/mart@martlubbers.net
+#proxy_host localhost
+#proxy_port 8008
 from mart@martlubbers.net
 
 account ru
index 6ccf56c..0fd5652 100644 (file)
@@ -8,7 +8,7 @@ ui = quiet
 localrepository = Local
 remoterepository = Remote
 postsynchook = notmuch new
-#status_backend = sqlite
+#proxy = SOCKS5:localhost:8008
 
 [Repository Local]
 type = Maildir
diff --git a/pkgs.sh b/pkgs.sh
index 50cc64d..0643d81 100644 (file)
--- a/pkgs.sh
+++ b/pkgs.sh
@@ -2,6 +2,7 @@ sudo apt-get install \
        bash-completion \
        build-essential \
        dunst \
+       dbus-x11 \
        firefox-esr \
        git \
        gv \
index 03aef50..d5e443b 100644 (file)
@@ -19,7 +19,7 @@ export CLEAN_HOME=/opt/clean
 export PATH=~/.local/bin:$PATH
 export PATH=$PATH:$CLEAN_HOME/lib/exe:$CLEAN_HOME/bin
 export PATH=$PATH:~/projects/esp-open-sdk/xtensa-lx106-elf/bin
-export PATH=$PATH:/opt/texlive/2017/bin/x86_64-linux:/opt/zotero
+export PATH=$PATH:/opt/texlive/bin/x86_64-linux:/opt/zotero
 
 export GTK_IM_MODULE=xim
 export QT_IM_MODULE=xim