aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2022-11-21 09:37:00 -0700
committerBryson Steck <brysonsteck@protonmail.com>2022-11-21 09:37:00 -0700
commit173a51d4ae7ebca7e9b7d175ba314ff35a60d5ab (patch)
tree2c478b4cdb6241651c0d7a893d47309bea396320 /update.sh
parent3441228582cc4522f0a57832be465f6c4d0fae29 (diff)
downloaddotfiles-173a51d4ae7ebca7e9b7d175ba314ff35a60d5ab.tar
dotfiles-173a51d4ae7ebca7e9b7d175ba314ff35a60d5ab.tar.gz
dotfiles-173a51d4ae7ebca7e9b7d175ba314ff35a60d5ab.tar.bz2
fix submodule and other small things
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index 7bc904f..112f19f 100755
--- a/update.sh
+++ b/update.sh
@@ -13,8 +13,8 @@ cp ~/.Xresources ./x
cp ~/.Xmodmap ./x
# other config files
-cp -r ~/.config/dunst/ ./dunst
-cp -r ~/.config/htop/ ./htop
+cp ~/.config/dunst/dunstrc ./dunst
+cp ~/.config/htop/htoprc ./htop
# update submodules
git submodule update --remote --merge