Update 2024-03-15 07:50 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id 2024-03-15 07:50:46 +01:00
parent b50347b2e7
commit 1c3503910e
3 changed files with 5 additions and 7 deletions

View File

@ -1,2 +0,0 @@
#!/bin/sh
git --git-dir=${HOME}/.cfg/ --work-tree=${HOME} "$@"

View File

@ -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

View File

@ -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