summaryrefslogtreecommitdiff
path: root/cs
diff options
context:
space:
mode:
authornic <ra@afu.re>2025-08-04 11:54:20 -0400
committernic <ra@afu.re>2025-08-04 11:54:20 -0400
commit229ff0f86238d6507b6b057775ee618ecd5ced99 (patch)
tree1491921c3d7d3f0d515c3149896bf8dc701d7cfa /cs
parent609bb8c067a9e30827d19e250daa744a67cfd638 (diff)
Auto from nzxt - Mon 04 Aug 2025 11:54:20 AM EDT
Diffstat (limited to 'cs')
-rw-r--r--cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md b/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md
index bfd5379..a189add 100644
--- a/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md
+++ b/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md
@@ -128,7 +128,7 @@ sync-openpgp-key-refresh-retry-delay-max = 60
sync-openpgp-key-refresh-retry-delay-mult = 4
```
-## setup sudo
+## Setup Basic sysadmin tools
emerge app-admin/sudo
visudo
@@ -136,7 +136,6 @@ visudo
%sudo ALL=(ALL:ALL) ALL
%sudo ALL=NOPASSWD: ALL
-## dbus
emerge sys-apps/dbus
rc-update add dbus default
@@ -145,15 +144,15 @@ emerge net-misc/openntpd
rc-udpate add ntpd default
/etc/init.d/ntpd start
+emerge sys-process/cronie
+/etc/init.d/cronie start
+rc-update add cronie default
+
## Add User
useradd -m -G users,wheel,audio,sudo ??? $USER
video, input, seatd
passwd $USER
-emerge sys-process/cronie
-crontab
-/etc/init.d/cronie start
-rc-update add cronie default
su - altezza
## ZSH