mirror of
https://github.com/eRgo35/dots.git
synced 2026-03-25 13:59:24 +01:00
7 lines
87 B
Bash
Executable File
7 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd "$HOME"
|
|
|
|
echo "Init submodules"
|
|
yadm submodule update --recursive --init
|