This commit is contained in:
pika 2025-05-11 14:21:13 +02:00
parent 2570514d64
commit 2c7bac4edd
2 changed files with 16 additions and 5 deletions

View file

@ -1,6 +1,12 @@
#!/usr/bin/env bash
cd $HOME/dotfiles/
{
echo "${CYAN}Updating submodules..${NC}" &&
git submodule update --init --recursive &&
echo "${CYAN}Pulling down submodules..${NC}" &&
git pull --recurse-submodule
}
stow dotfiles/
stow zsh/