aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2023-04-02 22:20:09 -0600
committerBryson Steck <brysonsteck@protonmail.com>2023-04-02 22:20:09 -0600
commit2d1191a092a26997d3b177d1d3f3a315cdd4a38e (patch)
tree3c20759c47a3d04fc5787461a6b707437277037a /update.sh
parent290247d424e6a91fa04b69a1c17ace583bd92290 (diff)
downloaddotfiles-2d1191a092a26997d3b177d1d3f3a315cdd4a38e.tar
dotfiles-2d1191a092a26997d3b177d1d3f3a315cdd4a38e.tar.gz
dotfiles-2d1191a092a26997d3b177d1d3f3a315cdd4a38e.tar.bz2
another cool update
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 2 insertions, 0 deletions
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