aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-09-30 19:33:45 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-09-30 19:33:45 +0200
commitb1f446415aeb223eefeff511582821d60f20fb55 (patch)
tree66c939b7aff54347c0267776e139e1ebec00d9c2
parentfeat(fetcha): change the Makefile a bit, fixing a "missing config.h" issue (diff)
downloadsuckless-setup-b1f446415aeb223eefeff511582821d60f20fb55.tar.gz
docs(README): update repo URL
-rw-r--r--.gitattributes6
-rw-r--r--README.md2
2 files changed, 7 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..2742e4d
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,6 @@
+* text=auto eol=lf
+
+# Older git versions try to fix line endings on images, this prevents it.
+*.png binary
+*.jpg binary
+*.ico binary
diff --git a/README.md b/README.md
index 5818b66..4c9204c 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ sudo pacman -S picom feh flameshot ttf-jetbrains-mono-nerd libqalculate
Clone the repo
```sh
-git clone https://github.com/pml68/suckless-setup
+git clone https://git.sr.ht/~pml68/suckless-setup
cd suckless-setup/
```