aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-01-15 23:00:26 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-01-15 23:00:26 +0100
commitb68701e2def4eb56df367f484d43201c5479e19d (patch)
treed99fcfff687d88d8bafadf24aa20b332af3a164f /README.md
parentchore: cleanup of gitignore(s), fetcha Makefile and license (diff)
downloadsuckless-setup-b68701e2def4eb56df367f484d43201c5479e19d.tar.gz
feat: replace install script with Makefile
Diffstat (limited to '')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 0b0e58d..5c377df 100644
--- a/README.md
+++ b/README.md
@@ -20,16 +20,16 @@ It's also recommended to start dwm and other related software through xinit, my
### Automated
-Clone the repo
```sh
git clone https://git.sr.ht/~pml68/suckless-setup
cd suckless-setup
-```
-Simply run the included script with root permissions.
-```sh
-chmod +x install
-sudo ./install
+sudo make install
+# OR
+sudo make install-laptop
+
+# optional
+make wallpaper
```
### Manual
@@ -49,12 +49,12 @@ cd ..
#### Optional
-Set the background
+Set the background (this is done by the `wallpaper` make job)
```sh
feh --bg-fill wallpaper.jpg
```
-Copy over the picom configuration
+Copy over the picom configuration (this is done by both install make jobs)
```sh
sudo cp picom.conf /etc/xdg/picom.conf
```