some more updates

This commit is contained in:
2023-11-28 18:09:12 +01:00
parent a5867bde55
commit 6234d79d93
3 changed files with 20 additions and 8 deletions

View File

@@ -3,7 +3,6 @@
This repo contains scripts to install a full Archlinux System with Xfce complete with the following additional packages:
- VSCodium (with custom settings)
- GDM (Gnome Display Manager)
- AUR helper YAY
- pip (optional)
- node & npm (optional)
- rustup (optional)
@@ -40,4 +39,15 @@ In the sudoers file, you need to uncomment the 15th line from the botton, just b
"## Uncomment to allow members of group wheel to execute any command"
Remove the # in the subsequent line and hit Ctrl + S, then Ctrl + X. This will allow all members
of the user group "wheel" to execute any command.
of the user group "wheel" to execute any command.
## Post install
After install, you might want to install an AUR-Helper, like yay (yet another yogurt). Run the following commands after rebooting your system.
```
cd /tmp
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
```