nixfiles/guides/LAPPY_SETUP_GUIDE.md

96 lines
2.3 KiB
Markdown
Raw Normal View History

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)
### 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
#### Tabs
- Display Close Button: Permanantly
- Active Tab Minimum Width: 150px
- Tab Stacking: Disable
- Mute Tab Audio: Play only in active tab
#### 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-01-29 19:01:00 +00:00
Then install all userscripts and userstyles from [Here](https://gitlab.com/ChaotiCryptidz/userstyles-userscripts/-/tree/main)
## Telegram Desktop (kotatogram)
- Set interface size to 200%
- Recent stickers: show 40 stickers
2022-01-30 15:34:50 +00:00
- Sticker Height: 165px
2022-01-29 19:01:00 +00:00
- Upload Speed Boost: Slight
- Main Font & Semibold Font: Comic Sans MS
2022-01-29 19:01:00 +00:00
- Monospaced Font: Comic Code
- Confirm before calling: on
## Quassel Client
### Interface
- Set theme to config dir's style.qss
- Widget Style: Fusion
- Fallback Icon Theme: Fusion
2022-01-29 19:01:00 +00:00
- Show System Tray Icon
### Chat View
- Chat Window Font: Comic Code 20pt
### Chat View Colours
- Disable Custom Colours
- Disallow coloured text
### Chat & Nick Lists
- Custom Font: Comic Code 18pt
- Use Custom Colours:
```
Standard: #ffffff
Inactive: #bbbbbb
Unread: #26f502
Highlight: #fff700
Other: #00dda6
```
### Input Widget
- Custom Font: Comic Code 18pt
### Topic Widget
- Custom Font: Comic Code 14pt
2022-01-29 19:01:00 +00:00
### Backlog Fetching
- Amount: 500
- Method: Fixed
- Initial: 2000
2022-03-09 20:34:22 +00:00
2022-01-29 22:13:02 +00:00
## Websites
2022-03-09 20:34:22 +00:00
follow WEB_SETUP_GUIDE.md