Update 2024-03-15 07:50 OpenBSD/amd64-x13
This commit is contained in:
parent
b50347b2e7
commit
1c3503910e
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
MSG="$(date +"%Y-%m-%d %H:%M") $(uname -s)/$(uname -m)-$(hostname -s)"
|
MSG="$(date +"%Y-%m-%d %H:%M") $(uname -s)/$(uname -m)-$(hostname -s)"
|
||||||
conf add -u
|
dotfiles add -u
|
||||||
conf commit -m "Update $MSG"
|
dotfiles commit -m "Update $MSG"
|
||||||
conf push
|
dotfiles push
|
||||||
|
@ -4,6 +4,6 @@ git --no-replace-objects clone --bare --depth 1 \
|
|||||||
_gitea@git.uugrn.org:sdk/dotfiles.git \
|
_gitea@git.uugrn.org:sdk/dotfiles.git \
|
||||||
$HOME/.cfg
|
$HOME/.cfg
|
||||||
|
|
||||||
dotconf config --local status.showUntrackedFiles no
|
dotfiles config --local status.showUntrackedFiles no
|
||||||
dotconf checkout -f
|
dotfiles checkout -f
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user