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
|
||||
MSG="$(date +"%Y-%m-%d %H:%M") $(uname -s)/$(uname -m)-$(hostname -s)"
|
||||
conf add -u
|
||||
conf commit -m "Update $MSG"
|
||||
conf push
|
||||
dotfiles add -u
|
||||
dotfiles commit -m "Update $MSG"
|
||||
dotfiles push
|
||||
|
@ -4,6 +4,6 @@ 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
|
||||
dotfiles config --local status.showUntrackedFiles no
|
||||
dotfiles checkout -f
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user