aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-03-24 09:04:13 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-03-24 09:05:30 +0100
commitbb4098d74a7f0946c685fe216daf78d3f2784643 (patch)
tree8093357dc876c231a3747ee03c17d17f0e9ba9f7
parentfeat(newsboat): remove Drew DeVault's blog (diff)
downloaddotfiles-bb4098d74a7f0946c685fe216daf78d3f2784643.tar.gz
feat: move from sourcehut to my git instanceHEADmaster
-rw-r--r--README.md5
-rwxr-xr-xscripts/origin4
2 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index b0731d7..a28255e 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,9 @@
# dotfiles
This is my main dotfiles repo, though not all components are here. Namely:
-- [`nvim-setup`](https://github.com/pml68/nvim-setup): my Neovim configuration
-- [`suckless-setup`](https://git.sr.ht/~pml68/suckless-setup): my suckless desktop setup (dwm, dmenu, slstatus, st & fetcha)
+
+- [`nvim-setup`](https://git.pml68.dev/nvim-setup): my Neovim configuration
+- [`suckless-setup`](https://git.pml68.dev/suckless-setup): my suckless desktop setup (dwm, dmenu, slstatus, st & fetcha)
## Usage
diff --git a/scripts/origin b/scripts/origin
index ae67999..21c47d7 100755
--- a/scripts/origin
+++ b/scripts/origin
@@ -2,11 +2,11 @@
dir=${PWD##*/}
dir=${dir:-/}
-git remote add origin git@git.sr.ht:~pml68/"$dir"
+ssh git@server create "$dir"
+git remote add origin git@git.pml68.dev:repos/"$dir"
echo "* text=auto eol=lf
# Older git versions try to fix line endings on images, this prevents it.
*.png binary
*.jpg binary
*.ico binary" > .gitattributes
-git config --add push.pushOption visibility="${1:-public}"