10 lines
197 B
Bash
Executable File
10 lines
197 B
Bash
Executable File
#!/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
|
|
|