Update 2024-02-14 07:59 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id 2024-02-14 07:59:17 +01:00
parent 9624895938
commit 25da9879e3
2 changed files with 14 additions and 0 deletions

5
.bin/dotfiles-autoupdate Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh -ex
MSG="$(date +"%Y-%m-%d %H:%M") $(uname -s)/$(uname -m)-$(hostname -s)"
conf add -u
conf commit -m "Update $MSG"
conf push

9
.bin/dotfiles-init Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
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