earnest ma 2022-01-30 17:55:18 -05:00
parent 483ef2019e
commit 530fbc93fe
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
3 changed files with 28 additions and 13 deletions

6
.vscode/tasks.json vendored
View File

@ -7,6 +7,12 @@
"command": "ansible-playbook run.yml -K", "command": "ansible-playbook run.yml -K",
"problemMatcher": [] "problemMatcher": []
}, },
{
"label": "Run update.yml playbook",
"type": "shell",
"command": "ansible-playbook update.yml -K",
"problemMatcher": []
},
{ {
"label": "Lint", "label": "Lint",
"type": "shell", "type": "shell",

View File

@ -1,7 +1,5 @@
# Configuration notes for GUI apps after a fresh installation # Configuration notes for GUI apps after a fresh installation
- Calibre: `~/.config/calibre`
## KDE itself ## KDE itself
- Quick settings/ Send user feedback: basic system information - Quick settings/ Send user feedback: basic system information
@ -21,6 +19,10 @@
- Night color enable - Night color enable
- Printers - Printers
## Calibre
`~/.config/calibre`
## Firefox ## Firefox
- Sign in - Sign in
@ -30,14 +32,16 @@
## Nextcloud ## Nextcloud
- Nextcloud: Ebooks - `/home/earne/Nextcloud` (default): select Ebooks folder
- `/home/earne/Documents`: SystemDocs - `/home/earne/Documents`: Documents (selective)
- `/home/earne/Photos`: Photos (selective)
- `/home/earne/Videos`: Videos (selective)
## OBS Studio ## OBS Studio
## Seahorse (Passwords and Keys) ## Seahorse (Passwords and Keys)
- "Default keyring" - "Default keyring": set as default
## Thunderbird ## Thunderbird
@ -61,6 +65,10 @@
- Remove Duplicate Messages - Remove Duplicate Messages
- Simple Mail Redirection - Simple Mail Redirection
- ThunderHTMLedit - ThunderHTMLedit
- Consider:
- Quicktext, DKIM Verifier, Display Mail User Agent T, Sieve extensions?
- `mail.compose.other.header`: `X-Sourcehut-Patchset-Update`
- `privacy.resistFingerprinting`: true
## qBittorrent ## qBittorrent

View File

@ -1,15 +1,16 @@
# ansible # ansible
Currently Ansible configurations for `ataraxia`, although I'll also apply them to Tycho & future devices. Configuration through [Ansible](https://ansible.com) for my main laptop.
## Start ## Start
1. Don't 1. `curl https://git.earne.link/earnestma/ansible/raw/branch/main/ensure.sh | sh`
2. `curl https://git.earne.link/earnestma/ansible/raw/branch/main/ensure.sh | sh` 2. Clone the repository and enter it
3. Clone the repository and enter it 3. Execute the main playbook: `ansible-playbook run.yml -K`
4. Execute the main playbook: `ansible-playbook run.yml -K`
To run usual updates: `ansible-playbook update.yml -K` Other playbooks:
- Run usual updates: `ansible-playbook update.yml -K`
## Contributing ## Contributing
@ -17,10 +18,10 @@ To run usual updates: `ansible-playbook update.yml -K`
## After first time run ## After first time run
- Restore all/specific files from a backup, if needed - Restore all/ specific files (e.g. those with secrets) from a backup, if needed
- Dotfiles - Dotfiles
- Grab ssh, gpg, and pash folder (from backup/existing device) - Grab ssh, gpg, and pash folder (from backup/existing device)
- Any config file that contains secrets? (eg aerc's accounts.conf, wakatime/wakapi, mbsync, etc.??) - Any config file that contains secrets? (eg aerc's accounts.conf, wakatime/wakapi, mbsync, etc.??)
- Restart! - Restart!
- Configure and run backups! - Configure and run backups!
- configure GUI apps! (such as calibre/firefox/etc., if not restored): `check Fresh_install_apps_config.md` - configure GUI apps as needed! `Fresh_install_apps_config.md`