aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-08 16:14:35 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-08 16:14:35 +0100
commitbda6eff756b1895df11d9933988292e655e9b32e (patch)
tree87f35f2fec59a6bbff0a08e6ef130e61e2e90928 /install.sh
parenta476c165b70d31c39b001d43cc10476f573d83cc (diff)
downloaddotfiles-bda6eff756b1895df11d9933988292e655e9b32e.tar.gz
dotfiles-bda6eff756b1895df11d9933988292e655e9b32e.zip
Update installer and service
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh19
1 files changed, 19 insertions, 0 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