From a9a804d293695710e6edf25cfe4b2c36fa21fe52 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 16 Apr 2023 10:05:01 -0500 Subject: moving from sr.ht --- post-install | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 post-install (limited to 'post-install') diff --git a/post-install b/post-install new file mode 100644 index 0000000..1d8fb2d --- /dev/null +++ b/post-install @@ -0,0 +1,9 @@ +# post install tasks + +# to untracked files (else your status will be littered) +dotfiles config --local status.showUntrackedFiles no + +# to reset the remote for natural pushing/pulling +dotfiles remote remove origin +dotfiles remote add -t main -m main origin git@cjennings.net:dotfiles.git +dotfiles push --set-upstream origin main -- cgit v1.2.3