add mutt-multi-account-setup
[dotfiles.git] / shell / .local / bin / update
index a451d41..0321d45 100755 (executable)
@@ -1,17 +1,19 @@
 #!/bin/sh
-DV=/etc/debian_version
-NUL='>/dev/null 2>&1'
+NUL=">/dev/null 2>&1"
+
+vdirsyncer sync
 
 cmd() {
-       if [ -f $DV ]
-       then
-               echo -n 'apt-get update && apt-get dist-upgrade -y '
-               [ `head -c 1 $DV` -ge 9 ] && echo -n '--' || -n '&& apt-get '
-               echo -n 'autoremove --purge && apt-get clean && apt-get autoclean'
-       else
-               echo -n 'pacman -Syu && pacman -R `pacman -Qdtq`'
-       fi
+       echo -n 'apt-get update && apt-get dist-upgrade && '
+       echo -n 'apt-get autoremove --purge && apt-get clean && apt-get autoclean'
 }
 
 sudo sh -c "$(cmd)"
-sh -c "tlmgr update --all --self && offlineimap -u ttyui && vdirsyncer sync && khal $NUL && khard $NUL && pass git pull"
+tlmgr update --self && tlmgr update --all
+eval "khal calendar $NUL"
+eval "khard $NUL"
+pass git pull origin master
+if ! tmux list-sessions
+then
+       tmuxmail
+fi