Files
base
contrib
desktop-common
desktop-gruvbox
git
hyprland
hyprland-work
mac
sericea
ssh
.gitignore
.gitmodules
README.md
bootleg-stow
mkdirs.sh
set-remote.sh
submodule-checkout-masters-and-update.sh
dotfiles/submodule-checkout-masters-and-update.sh

5 lines
133 B
Bash
Executable File

#! /bin/sh
git submodule update --recursive --remote --init
git submodule -q foreach 'git checkout -q master && git pull'
git status