From 1c3503910ee996dd918d4f22164e08c5ecbbc3cc Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Fri, 15 Mar 2024 07:50:46 +0100 Subject: [PATCH] Update 2024-03-15 07:50 OpenBSD/amd64-x13 --- .bin/conf | 2 -- .bin/dotfiles-autoupdate | 6 +++--- .bin/dotfiles-init | 4 ++-- 3 files changed, 5 insertions(+), 7 deletions(-) delete mode 100755 .bin/conf diff --git a/.bin/conf b/.bin/conf deleted file mode 100755 index ef480c2..0000000 --- a/.bin/conf +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -git --git-dir=${HOME}/.cfg/ --work-tree=${HOME} "$@" diff --git a/.bin/dotfiles-autoupdate b/.bin/dotfiles-autoupdate index 2d5bb4c..0a73bde 100755 --- a/.bin/dotfiles-autoupdate +++ b/.bin/dotfiles-autoupdate @@ -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 diff --git a/.bin/dotfiles-init b/.bin/dotfiles-init index fd52c51..2ccc2ca 100755 --- a/.bin/dotfiles-init +++ b/.bin/dotfiles-init @@ -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