Skip to content
Snippets Groups Projects
Commit 566c546e authored by Recolic's avatar Recolic :house_with_garden:
Browse files

Update workspace-bootstrap.md

parent 7bf1cc32
No related branches found
No related tags found
No related merge requests found
......@@ -7,11 +7,11 @@
> After installing Arch Linux, run as root
```
pacman -S --noconfirm fish dhcpcd vim sudo openssh
pacman -Sy --noconfirm fish dhcpcd vim sudo openssh
useradd --create-home --shell /usr/bin/fish recolic
echo 'recolic ALL=(ALL) NOPASSWD: ALL' | sudo EDITOR='tee -a' visudo
echo 'kernel.sysrq=1' >> /etc/sysctl.d/99-sysctl.conf
pacman -S --noconfirm gnome networkmanager
pacman -Sy --noconfirm gnome networkmanager
systemctl enable gdm NetworkManager
echo '[recolic-aur]
SigLevel = Optional TrustAll
......@@ -24,7 +24,6 @@ sudo cp /tmp/tmp.jdconf /etc/systemd/journald.conf
### Require Input
passwd recolic
reboot
```
> Now, reboot and enter gnome terminal, run everything below **as recolic**, in **fish**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment