From b68701e2def4eb56df367f484d43201c5479e19d Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Thu, 15 Jan 2026 23:00:26 +0100 Subject: feat: replace install script with Makefile --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'README.md') 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 ``` -- cgit v1.2.3