aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 410011d..e11e2c0 100755
--- a/update.sh
+++ b/update.sh
@@ -1,5 +1,6 @@
-#!/bin/bash
+#!/bin/sh
+# important config files
cp ~/.alacritty.yml ./alacritty/.alacritty.yml
cp -r ~/.bash ./bash
cp ~/.bash_profile ./bash
@@ -10,5 +11,10 @@ cp ~/.vim/coc-settings.json ./vim
cp ~/.xinitrc* ./x
cp ~/.Xresources ./x
+# other config files
+cp -r ~/.config/dunst/ ./config
+cp -r ~/.config/htop/ ./config
+
+# update submodules
git submodule update --remote --merge