From 173a51d4ae7ebca7e9b7d175ba314ff35a60d5ab Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Mon, 21 Nov 2022 09:37:00 -0700 Subject: fix submodule and other small things --- update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'update.sh') 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 -- cgit v1.2.3