Move to gnu stow

This commit is contained in:
agryphus 2024-02-25 23:58:49 -05:00
parent cd08a447a8
commit 9ea93f8144
120 changed files with 994 additions and 53 deletions

9
init_submodules Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
# Go to script dir
cd "$(dirname "$(readlink -f "$0")")"
git submodule init
git submodule update --force --recursive --init --remote
git submodule foreach "git checkout master"