From 5271e59c63f85df80f7716dd7596999be769c8cf Mon Sep 17 00:00:00 2001 From: Frede H <22748698+fhdk@users.noreply.github.com> Date: Tue, 19 Apr 2022 16:50:38 +0200 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index abdaf59..7e7791a 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,22 @@ Arch lxqt-kwin setup ![lxqt-kwin.png](lxqt-kwin.png) -root checklist +## setup -- [ ] `pacman -Syu --needed - < $srcdir/Packages-Desktop` +install git and clone this repo +cd into the folder +follow the checklist + +- [ ] `pacman -Syu --needed - < $PWD/Packages-Desktop` - [ ] `systemctl enable NetworkManager` - [ ] `systemctl enable sddm` - [ ] `systemctl enable firewalld` -- [ ] `cp -r $srcdir/etc/. /etc/` -- [ ] `cp -r $srcdir/usr/. /usr/` -- [ ] `cp -r $srcdir/root/. /root/` +- [ ] `cp -r $PWD/etc/. /etc/` +- [ ] `cp -r $PWD/usr/. /usr/` +- [ ] `cp -r $PWD/root/. /root/` - [ ] `useradd -mUG lp,wheel,network,video USERNAME` - [ ] `passwd USERNAME` + +an alternative is to run the `setup.sh` + + bash setup.sh username