Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
notebook
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
notebook
Commits
9cbd23d8
There was an error fetching the commit references. Please try again later.
Commit
9cbd23d8
authored
2 weeks ago
by
Recolic
Browse files
Options
Downloads
Patches
Plain Diff
Update workspace-bootstrap.md: move to linuxconf
parent
32a11e23
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
workspace-bootstrap.md
+7
-23
7 additions, 23 deletions
workspace-bootstrap.md
with
7 additions
and
23 deletions
workspace-bootstrap.md
+
7
−
23
View file @
9cbd23d8
# 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment