install: add git submodule update & init

This commit is contained in:
Aminda Suomalainen 2023-10-09 18:37:06 +03:00
parent 7744271c14
commit bf04e77727
Signed by: Mikaela
SSH Key Fingerprint: SHA256:y2OpGEbett3Fqn8XFrP0X4mWfCVKf4rWkxERzqPY81U
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ gpg --quiet --import .mikaela/keys/*.asc &
mkdir -p ~/.ssh/sockets/
chmod a+xr chmod
bash -x ./chmod &
git submodule update --init &
if hash pre-commit 2>/dev/null; then
pre-commit init-templatedir ~/.git-template