mirror of
https://github.com/eRgo35/dots.git
synced 2026-02-04 15:56:11 +01:00
7 lines
87 B
Bash
7 lines
87 B
Bash
#!/bin/sh
|
|
|
|
cd "$HOME"
|
|
|
|
echo "Init submodules"
|
|
yadm submodule update --recursive --init
|