diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-09-30 19:33:45 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-09-30 19:33:45 +0200 |
| commit | b1f446415aeb223eefeff511582821d60f20fb55 (patch) | |
| tree | 66c939b7aff54347c0267776e139e1ebec00d9c2 | |
| parent | feat(fetcha): change the Makefile a bit, fixing a "missing config.h" issue (diff) | |
| download | suckless-setup-b1f446415aeb223eefeff511582821d60f20fb55.tar.gz | |
docs(README): update repo URL
| -rw-r--r-- | .gitattributes | 6 | ||||
| -rw-r--r-- | README.md | 2 |
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 @@ -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/ ``` |
