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

Update workspace-bootstrap.md: move to linuxconf

parent 32a11e23
No related branches found
No related tags found
No related merge requests found
# Reproduce recolic's workspace
> If you're in fucking China, replace `recolic.net` with other domain (such as recolic.cc).
## GUI Workspace
> After installing Arch Linux, run as root
> After installing Arch Linux
```
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
pacman -Sy --noconfirm gnome networkmanager power-profiles-daemon nextcloud-client firefox
systemctl enable gdm NetworkManager power-profiles-daemon
### Require Input
passwd recolic
run linuxconf mgr
set hostname manually otherwise startup doesn't work
set userpassword
enable/config gnome extension
login nextcloud for doc/pic sync
```
> Reboot. Log into gnome as recolic, login Nextcloud.
**After Nextcloud sync complete**, run **as recolic**:
```
bash ~/Nextcloud/workspace/init.bash
TODO: move everything into linuxconf, except doc/pic/secret
```
<!--
......@@ -35,9 +22,6 @@ echo "options cfg80211 crda_support=y" >> /etc/modprobe.d/cfg80211.conf
pacman -S --noconfirm wireless-regdb
-->
- gnome configure
**After Nextcloud sync complete**, enable and config your plugins.
- OPT: thunderbird
......
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