Add a description for the SurfaceBook 2
This commit is contained in:
parent
f61ebb9a1c
commit
a92922e79e
2 changed files with 52 additions and 1 deletions
49
ManuSurface/ManuSurfaceSetup.md
Normal file
49
ManuSurface/ManuSurfaceSetup.md
Normal file
|
@ -0,0 +1,49 @@
|
|||
# ManuSurface Setup
|
||||
The steps described here allow the creation of a linux system on a Surface Book 2.
|
||||
|
||||
- Rename host
|
||||
- Install Brave
|
||||
- Install Bitwarden
|
||||
- Install snapd
|
||||
- Install vscodium using snapd
|
||||
- Generate SSH-key
|
||||
- Install `linux-surface`
|
||||
See: <https://github.com/linux-surface/linux-surface/wiki/Installation-and-Setup>
|
||||
- ```bash
|
||||
wget -qO - https://raw.githubusercontent.com/linux-surface/linux-surface/master/pkg/keys/surface.asc \
|
||||
| gpg --dearmor | sudo dd of=/etc/apt/trusted.gpg.d/linux-surface.gpg
|
||||
```
|
||||
- ```bash
|
||||
echo "deb [arch=amd64] https://pkg.surfacelinux.com/debian release main" \
|
||||
| sudo tee /etc/apt/sources.list.d/linux-surface.list
|
||||
```
|
||||
- ```bash
|
||||
sudo apt update
|
||||
```
|
||||
- Install `tea`
|
||||
```bash
|
||||
wget https://dl.gitea.io/tea/0.9.0/tea-0.9.0-linux-amd64 -O tea
|
||||
sudo install tea /usr/local/bin
|
||||
```
|
||||
|
||||
## Post-Install
|
||||
- Add SSH-key to GitHub/Gitea websites
|
||||
- Add Caskaydia Cove Nerd Font Regular to /usr/share/font/opentype
|
||||
|
||||
## Configuration
|
||||
- Desktop
|
||||
- Desktop Options
|
||||
- Super Key Action: Applications
|
||||
- Power
|
||||
- Power Saving Options
|
||||
- Disable "Automatic Screen Brightness"
|
||||
- Suspend & Power Button
|
||||
- Power Button Behavior: "Suspend"
|
||||
- Enable "Show Battery Percentage"
|
||||
- Mouse & Touchpad
|
||||
- Touchpad Scroll & Zoom Options
|
||||
- Enable "Natural Scrolling"
|
||||
- Date & Time
|
||||
- Time Format: 24-hour
|
||||
- OS Upgrade & Recovery
|
||||
- Update Recovery Partition
|
|
@ -1,3 +1,5 @@
|
|||
# PortValhalla
|
||||
|
||||
Provides both scripts and descriptive texts explaining how to set up my personal experience on my private devices
|
||||
|
||||
So far, scripts and explanations for the following devices have been added:
|
||||
- [My Surface Book 2](./ManuSurface/ManuSurfaceSetup.md)
|
||||
|
|
Loading…
Reference in a new issue