diff options
| author | Craig Jennings <craigmartinjennings@gmail.com> | 2023-04-16 10:05:01 -0500 |
|---|---|---|
| committer | Craig Jennings <craigmartinjennings@gmail.com> | 2023-04-16 10:05:01 -0500 |
| commit | a9a804d293695710e6edf25cfe4b2c36fa21fe52 (patch) | |
| tree | 18394b21c2319819354bf5bc46a67a9bc61f4de8 /post-install | |
moving from sr.ht
Diffstat (limited to 'post-install')
| -rw-r--r-- | post-install | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
