From 2d1191a092a26997d3b177d1d3f3a315cdd4a38e Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 2 Apr 2023 22:20:09 -0600 Subject: another cool update --- update.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'update.sh') diff --git a/update.sh b/update.sh index fa6060b..eae3dc1 100755 --- a/update.sh +++ b/update.sh @@ -1,6 +1,7 @@ #!/bin/sh # important config files +echo copying files... cp ~/.config/alacritty.yml ./alacritty/alacritty.yml cp -r ~/.bash ./bash cp ~/.bash_profile ./bash @@ -20,5 +21,6 @@ cp ~/.config/dunst/dunstrc ./dunst cp ~/.config/htop/htoprc ./htop # update submodules +echo pulling submodules... git submodule update --remote --merge -- cgit v1.2.3