10 lines
160 B
Bash
Executable File
10 lines
160 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Make all files shown
|
|
yadm gitconfig --unset status.showUntrackedFiles
|
|
|
|
cd "$HOME"
|
|
echo "Init submodules"
|
|
yadm submodule update --recursive --init
|
|
|