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

Update workspace-bootstrap.md

parent b73693ea
No related branches found
No related tags found
No related merge requests found
...@@ -10,31 +10,18 @@ ...@@ -10,31 +10,18 @@
pacman -Sy --noconfirm fish dhcpcd vim sudo openssh pacman -Sy --noconfirm fish dhcpcd vim sudo openssh
useradd --create-home --shell /usr/bin/fish recolic useradd --create-home --shell /usr/bin/fish recolic
echo 'recolic ALL=(ALL) NOPASSWD: ALL' | sudo EDITOR='tee -a' visudo echo 'recolic ALL=(ALL) NOPASSWD: ALL' | sudo EDITOR='tee -a' visudo
echo 'kernel.sysrq=1' >> /etc/sysctl.d/99-sysctl.conf
pacman -Sy --noconfirm gnome networkmanager power-profiles-daemon pacman -Sy --noconfirm gnome networkmanager power-profiles-daemon nextcloud-client firefox
systemctl enable gdm NetworkManager systemctl enable gdm NetworkManager power-profiles-daemon
systemctl enable power-profiles-daemon
echo '[recolic-aur]
SigLevel = Optional TrustAll
Server = https://drive.recolic.cc/mirrors/recolic-aur' >> /etc/pacman.conf
sed -i 's/^[# ]*ParallelDownloads =[ 0-9A-Za-z]*$/ParallelDownloads = 5/g' /etc/pacman.conf
sed -i 's/^[# ]*SystemMaxUse=[ 0-9A-Za-z]*$/SystemMaxUse=150M/g' /etc/systemd/journald.conf
sed -i 's/^[# ]*SystemMaxFileSize=[ 0-9A-Za-z]*$/SystemMaxFileSize=30M/g' /etc/systemd/journald.conf
### Require Input ### Require Input
passwd recolic passwd recolic
``` ```
> Now, reboot and enter gnome terminal, run everything below **as recolic**, in **fish** > Reboot. Log into gnome as recolic, login Nextcloud.
```
sudo pacman -Sy --noconfirm nextcloud-client firefox
```
Login Nextcloud. **After Nextcloud sync complete**, run: **After Nextcloud sync complete**, run **as recolic**:
``` ```
bash ~/Nextcloud/workspace/init.bash bash ~/Nextcloud/workspace/init.bash
......
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