diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-01-15 23:00:26 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-01-15 23:00:26 +0100 |
| commit | b68701e2def4eb56df367f484d43201c5479e19d (patch) | |
| tree | d99fcfff687d88d8bafadf24aa20b332af3a164f /README.md | |
| parent | chore: cleanup of gitignore(s), fetcha Makefile and license (diff) | |
| download | suckless-setup-b68701e2def4eb56df367f484d43201c5479e19d.tar.gz | |
feat: replace install script with Makefile
Diffstat (limited to '')
| -rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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 ``` |
