Update 2024-02-14 07:59 OpenBSD/amd64-x13
This commit is contained in:
parent
9624895938
commit
25da9879e3
5
.bin/dotfiles-autoupdate
Executable file
5
.bin/dotfiles-autoupdate
Executable 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
9
.bin/dotfiles-init
Executable 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
|
||||
|
Loading…
Reference in New Issue
Block a user