blob: f66120a60d4f748d1b8f2958c4b848092b519137 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
I am trying to move some tools into a [container image](build_workstation) for use with Distrobox, and [a Python module with tools](../scripts).
This includes:
* [My editor](../emacs)
* [A modern IRC setup](modern_irc.md).
* [mbsync to synchronize my email for backup](../scripts/p7s/mail/mbsync.py)
* [Some integration with vaultwarden for secrets](../scripts/p7s/bitwarden.py)
* And some other odds and ends (NextCloud, etc.)
Checklist:
* DNIe
* Emacs
* sys2 (Ansible, `talosctl`, `kubectl`)
* PaperWM
* Nextcloud
* Bitwarden
* Senpai
* ZFS (for backups)
* FreeIPA client
* Email client
# Debian setup
(Remember, Puppet set up switches Firefox ESR in Debian with upstream Debian.
This sets up a new profile without stored sessions.)
* Remove CD apt source
* Join FreeIPA with Gnome initial setup.
* Enable SSH root login.
* Change root password, sync with inventory and Bitwarden.
* Provision with Ansible
```
bw config server https://bitwarden.pdp7.net/
bw login
bw list items --search firefox
```
; to configure Firefox Sync.
* Seed NoScript from another Firefox through Nextcloud.
|