From b1f446415aeb223eefeff511582821d60f20fb55 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Tue, 30 Sep 2025 19:33:45 +0200 Subject: docs(README): update repo URL --- .gitattributes | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitattributes 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/ ``` -- cgit v1.2.3