2024-02-14 07:59:17 +01:00
|
|
|
#!/bin/sh -e
|
|
|
|
|
|
|
|
git --no-replace-objects clone --bare --depth 1 \
|
|
|
|
_gitea@git.uugrn.org:sdk/dotfiles.git \
|
|
|
|
$HOME/.cfg
|
|
|
|
|
2024-03-15 07:50:46 +01:00
|
|
|
dotfiles config --local status.showUntrackedFiles no
|
|
|
|
dotfiles checkout -f
|
2024-02-14 07:59:17 +01:00
|
|
|
|