From 9cbd23d8d954a90f6ee3f34f4e1d7d8d29bb608c Mon Sep 17 00:00:00 2001
From: Recolic <git@me.recolic.net>
Date: Fri, 4 Apr 2025 00:20:50 +0000
Subject: [PATCH] Update workspace-bootstrap.md: move to linuxconf

---
 workspace-bootstrap.md | 30 +++++++-----------------------
 1 file changed, 7 insertions(+), 23 deletions(-)

diff --git a/workspace-bootstrap.md b/workspace-bootstrap.md
index 78e2307..15c8c20 100644
--- a/workspace-bootstrap.md
+++ b/workspace-bootstrap.md
@@ -1,30 +1,17 @@
 # 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
 
-- 
GitLab