nixfiles/guides/LAPPY_SETUP_GUIDE.md
ChaotiCryptidz e2a38f8724
fonts
2022-08-30 13:29:00 +01:00

55 lines
1.3 KiB
Markdown

# Lappy Setup Guide
## Filesystems
```
mkdir /usb
cryptsetup luksOpen /dev/disk/by-partname/usb usb_unencrypted
mount /dev/mapper/usb_unencrypted /usb
nix develop
mk-lappy-ssd /dev/nvme0n1 /usb/encryption-keys/lappy.key
```
## NetworkManager
Grab passwords from Vault
## Browser (vivaldi)
### Settings
#### General
Home Page: Start Page
Startup With: Start Page
#### Appearance
Use Animation: NO!
#### Themes
Theme: Custom
Background: #2e3440
Foreground: #eceff4
Highlight: #88c0d0
Accent: #4c566a
Corner Rounding: 2
#### 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
Then install all userscripts and userstyles from [Here](https://gitlab.com/ChaotiCryptidz/userstyles-userscripts/-/tree/main)