aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh19
-rw-r--r--services/mbsync.service2
2 files changed, 20 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 2bd7b26..6fce6d9 100755
--- a/install.sh
+++ b/install.sh
@@ -59,6 +59,9 @@ for i in "$@"; do
bspwm) BSPWM=1; NOT_ALL=1;;
rofi) ROFI=1; NOT_ALL=1;;
termite) TERMITE=1; NOT_ALL=1;;
+ afew) AFEW=1; NOT_ALL=1;;
+ doom) DOOM=1; NOT_ALL=1;;
+ notmuch) NOTMUCH=1; NOT_ALL=1;;
*)
print_help
@@ -74,6 +77,22 @@ if [[ ! -z $EMACS ]] || [[ -z $NOT_ALL ]]; then
ln_configs emacs/loader.org ~/.emacs.d/loader.org
fi
+if [[ ! -z $DOOM ]] || [[ -z $NOT_ALL ]]; then
+ echo "Installing doom config..."
+ ln_configs doom ~/.config/doom
+fi
+
+if [[ ! -z $AFEW ]] || [[ -z $NOT_ALL ]]; then
+ echo "Installing afew config..."
+ mk ~/.config/afew
+ ln_configs afew/config ~/.config/afew/config
+fi
+
+if [[ ! -z $NOTMUCH ]] || [[ -z $NOT_ALL ]]; then
+ echo "Installing notmuch config..."
+ ln_configs notmuch/.notmuch-config ~/.notmuch-config
+fi
+
if [[ ! -z $X ]] || [[ -z $NOT_ALL ]]; then
echo "Installing X config..."
ln_configs X/.Xmodmap ~/.Xmodmap
diff --git a/services/mbsync.service b/services/mbsync.service
index 5d74edb..54d073f 100644
--- a/services/mbsync.service
+++ b/services/mbsync.service
@@ -4,4 +4,4 @@ After=network.target network-online.target dbus.socket
[Service]
Type=oneshot
-ExecStart=/usr/bin/mbsync -Va
+ExecStart=/usr/bin/mbsync -Va && notmuch new && afew --tag --new