aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2022-11-12 18:20:45 -0700
committerBryson Steck <brysonsteck@protonmail.com>2022-11-12 18:20:45 -0700
commit6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb (patch)
treecd8be50d6de47b383d814f66384cd1b83bf451f6 /update.sh
parent1e0410734f651a0f2f391caf8c51b1e729960e66 (diff)
downloaddotfiles-6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb.tar
dotfiles-6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb.tar.gz
dotfiles-6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb.tar.bz2
update dots + add some config files
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