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
f77ee516
There was an error fetching the commit references. Please try again later.
Commit
f77ee516
authored
3 months ago
by
Recolic
Browse files
Options
Downloads
Patches
Plain Diff
Update workspace-bootstrap.md
parent
b73693ea
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
+4
-17
4 additions, 17 deletions
workspace-bootstrap.md
with
4 additions
and
17 deletions
workspace-bootstrap.md
+
4
−
17
View file @
f77ee516
...
...
@@ -10,31 +10,18 @@
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 -Sy --noconfirm gnome networkmanager power-profiles-daemon
systemctl enable gdm NetworkManager
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
pacman -Sy --noconfirm gnome networkmanager power-profiles-daemon nextcloud-client firefox
systemctl enable gdm NetworkManager power-profiles-daemon
### Require Input
passwd recolic
```
> Now, reboot and enter gnome terminal, run everything below **as recolic**, in **fish**
```
sudo pacman -Sy --noconfirm nextcloud-client firefox
```
> Reboot. Log into gnome as recolic, login Nextcloud.
Login Nextcloud.
**After Nextcloud sync complete**
, run
:
**After Nextcloud sync complete**
, run
**as recolic**
:
```
bash ~/Nextcloud/workspace/init.bash
...
...
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