diff options
| author | nic <ra@afu.re> | 2025-08-04 14:19:05 -0400 |
|---|---|---|
| committer | nic <ra@afu.re> | 2025-08-04 14:19:05 -0400 |
| commit | cd1afbeb690cabcaa46405882a7a8126988293c1 (patch) | |
| tree | 3a1d97f7d7fe3a988625084a322995e62992b4f5 /cs | |
| parent | 229ff0f86238d6507b6b057775ee618ecd5ced99 (diff) | |
Auto from nzxt - Mon 04 Aug 2025 02:19:05 PM EDT
Diffstat (limited to 'cs')
| -rw-r--r-- | cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md b/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md index a189add..9beb30a 100644 --- a/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md +++ b/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md @@ -127,20 +127,22 @@ sync-openpgp-key-refresh-retry-delay-exp-base = 2 sync-openpgp-key-refresh-retry-delay-max = 60 sync-openpgp-key-refresh-retry-delay-mult = 4 ``` +rm -rf /var/db/repos/gentoo +eix-sync ## Setup Basic sysadmin tools emerge app-admin/sudo visudo -#Allow members of group sudo to execute any command without any password -%sudo ALL=(ALL:ALL) ALL -%sudo ALL=NOPASSWD: ALL +#Allow members of group wheel to execute any command without any password +%wheel ALL=(ALL:ALL) ALL +%wheel ALL=NOPASSWD: ALL + -emerge sys-apps/dbus rc-update add dbus default emerge net-misc/openntpd -/etc/openntpd/ntpd.conf OR /etc/ntpd.conf +/etc/ntpd.conf rc-udpate add ntpd default /etc/init.d/ntpd start @@ -149,11 +151,9 @@ emerge sys-process/cronie rc-update add cronie default ## Add User -useradd -m -G users,wheel,audio,sudo ??? $USER -video, input, seatd +useradd -m -G users,wheel,audio,sudo,video,input,seatd $USER passwd $USER - su - altezza ## ZSH emerge app-shells/zsh app-shells/zsh-completions app-shells/gentoo-zsh-completions app-shells/zsh-syntax-highlighting \ @@ -162,7 +162,7 @@ emerge app-shells/zsh app-shells/zsh-completions app-shells/gentoo-zsh-completio chsh -s /bin/zsh eselect vi list -## Wayland + wlroots + Dwl + terminal++ +## Wayland, dwl desktop setup sudo eselect repository add palladian git git.afu.re/palladian emerge --sync palladian |
