Update README with instructions for new account setup.
This commit is contained in:
parent
9372270fdc
commit
b2802c2e86
1 changed files with 27 additions and 0 deletions
27
README.md
27
README.md
|
@ -54,3 +54,30 @@ apk add hunspell hunspell-en hunspell-en-us
|
|||
# Development
|
||||
apk add neovim pandoc git less make gcc musl-dev openssl-dev mandoc man-pages
|
||||
```
|
||||
|
||||
### Firefox
|
||||
|
||||
I use the following Firefox extensions:
|
||||
|
||||
- [ClearURLs](https://addons.mozilla.org/en-US/firefox/addon/clearurls/)
|
||||
- [Bypass Paywalls Clean](https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean)
|
||||
- [Nextcloud Passwords](https://addons.mozilla.org/en-US/firefox/addon/nextcloud-passwords)
|
||||
- [Plasma Integration](https://addons.mozilla.org/en-US/firefox/addon/plasma-integration/)
|
||||
- [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/)
|
||||
|
||||
### Files
|
||||
|
||||
Theoretically, everything important that I care about should live in
|
||||
`~/Documents` and `~/Projects`, so I just have to copy those folders over to new
|
||||
systems.
|
||||
|
||||
### Backup
|
||||
|
||||
I use the following command to back up my stuff to my server, which then takes a
|
||||
ZFS snapshot for me:
|
||||
|
||||
```
|
||||
rsync -av --delete --exclude .cache "$HOME/" server:$HOME/"
|
||||
```
|
||||
|
||||
Eventually I will use ZFS on my laptop.
|
||||
|
|
Loading…
Reference in a new issue