10 lines
197 B
Plaintext
10 lines
197 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
git --no-replace-objects clone --bare --depth 1 \
|
||
|
_gitea@git.uugrn.org:sdk/dotfiles.git \
|
||
|
$HOME/.cfg
|
||
|
|
||
|
dotconf config --local status.showUntrackedFiles no
|
||
|
dotconf checkout -f
|
||
|
|