aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh11
1 files changed, 8 insertions, 3 deletions
diff --git a/install.sh b/install.sh
index 9583968..ce1048f 100755
--- a/install.sh
+++ b/install.sh
@@ -91,17 +91,22 @@ fi
if [[ ! -z $DOOM ]] || [[ -z $NOT_ALL ]]; then
echo "Installing doom config..."
- ln_configs doom ~/.config/doom
+ mk ~/.config/doom
+ ln_configs doom/config.el ~/.config/doom/config.el
+ ln_configs doom/init.el ~/.config/doom/init.el
+ ln_configs doom/packages.el ~/.config/doom/packages.el
fi
if [[ ! -z $MSMTP ]] || [[ -z $NOT_ALL ]]; then
echo "Installing msmtp config..."
- ln_configs msmtp ~/.config/msmtp
+ mk ~/.config/msmtp
+ ln_configs msmtp/config ~/.config/msmtp/config
fi
if [[ ! -z $ZATHURA ]] || [[ -z $NOT_ALL ]]; then
echo "Installing zathura config..."
- ln_configs zathura ~/.config/zathura
+ mk ~/.config/zathura
+ ln_configs zathura/zathurarc ~/.config/zathura/zathurarc
fi
if [[ ! -z $AFEW ]] || [[ -z $NOT_ALL ]]; then