mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36: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
|