aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-17 11:37:14 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-17 11:37:14 +0100
commit9270bb4ddd4a8d67f669ea73655863e1e55a86c3 (patch)
treec5fa60ebcefe85615ae204fa7254de97860a282a /install.sh
parenta74399898bbc95a4bed593ff9d4adf4fdcca442d (diff)
downloaddotfiles-9270bb4ddd4a8d67f669ea73655863e1e55a86c3.tar.gz
dotfiles-9270bb4ddd4a8d67f669ea73655863e1e55a86c3.zip
Update install.sh
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