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