2022-01-29 19:01:00 +00:00
|
|
|
# Lappy Setup Guide
|
|
|
|
## Filesystems
|
2022-01-29 19:55:58 +00:00
|
|
|
```
|
2022-02-16 16:58:42 +00:00
|
|
|
mkdir /usb
|
|
|
|
cryptsetup luksOpen /dev/disk/by-partname/usb usb_unencrypted
|
|
|
|
mount /dev/mapper/usb_unencrypted /usb
|
2022-01-29 19:55:58 +00:00
|
|
|
|
2022-02-16 16:58:42 +00:00
|
|
|
nix develop
|
|
|
|
mk-lappy-ssd /dev/nvme0n1 /usb/encryption-keys/lappy.key
|
2022-01-29 19:55:58 +00:00
|
|
|
```
|
|
|
|
## NetworkManager
|
|
|
|
Grab passwords from Vault
|
2022-01-29 19:01:00 +00:00
|
|
|
## Browser (vivaldi)
|
2022-01-29 21:44:38 +00:00
|
|
|
### Settings
|
|
|
|
#### General
|
|
|
|
Home Page: Start Page
|
|
|
|
Startup With: Start Page
|
|
|
|
#### Appearance
|
|
|
|
Use Animation: NO!
|
|
|
|
#### Themes
|
2022-02-14 15:16:35 +00:00
|
|
|
Theme: Custom
|
|
|
|
Background: #2e3440
|
|
|
|
Foreground: #eceff4
|
|
|
|
Highlight: #88c0d0
|
|
|
|
Accent: #4c566a
|
|
|
|
Corner Rounding: 2
|
2022-01-29 21:44:38 +00:00
|
|
|
#### Tabs
|
|
|
|
- Display Close Button: Permanantly
|
|
|
|
- Active Tab Minimum Width: 150px
|
|
|
|
- Tab Stacking: Disable
|
|
|
|
#### Search
|
|
|
|
- Default search engine: Google
|
|
|
|
- Always search in new tab: ON
|
|
|
|
#### Privacy
|
|
|
|
- Phishing and Malware Protection: OFF
|
|
|
|
- DNS to help resolve navigation errors: OFF
|
|
|
|
- Form AutoFill Assist: OFF
|
|
|
|
- Ask websites not to track me: ON
|
|
|
|
- No Blocking
|
|
|
|
- Save Webpage Passwords: OFF
|
|
|
|
#### Downloads
|
|
|
|
- Save without asking: ON
|
|
|
|
#### Webpages
|
|
|
|
- Default Webpage Zoom: 145%
|
|
|
|
- Disable Use Tab Zoom
|
|
|
|
- Disable Use Ctrl+Scroll Zoom
|
|
|
|
- Plugins: Enable All
|
|
|
|
- Fonts: All to Comic Sans apart from Monospace which is Comic Code
|
|
|
|
- Reader: Colour Scheme: Dark
|
|
|
|
### Extensions
|
|
|
|
Install the following extensions:
|
|
|
|
- Stylus
|
|
|
|
- Tampermonkey
|
|
|
|
- uBlock Origin
|
2022-03-09 21:34:26 +00:00
|
|
|
Then install all userscripts and userstyles from [Here](https://gitlab.com/ChaotiCryptidz/userstyles-userscripts/-/tree/main)
|