From 530fbc93fea438bfc0dcda2d13f814ac4d2a5925 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Sun, 30 Jan 2022 17:55:18 -0500 Subject: [PATCH] --- .vscode/tasks.json | 6 ++++++ Fresh_install_apps_config.md | 18 +++++++++++++----- README.md | 17 +++++++++-------- 3 files changed, 28 insertions(+), 13 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 39aa361..d3ebc36 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -7,6 +7,12 @@ "command": "ansible-playbook run.yml -K", "problemMatcher": [] }, + { + "label": "Run update.yml playbook", + "type": "shell", + "command": "ansible-playbook update.yml -K", + "problemMatcher": [] + }, { "label": "Lint", "type": "shell", diff --git a/Fresh_install_apps_config.md b/Fresh_install_apps_config.md index be77608..42c46bb 100644 --- a/Fresh_install_apps_config.md +++ b/Fresh_install_apps_config.md @@ -1,7 +1,5 @@ # Configuration notes for GUI apps after a fresh installation -- Calibre: `~/.config/calibre` - ## KDE itself - Quick settings/ Send user feedback: basic system information @@ -21,6 +19,10 @@ - Night color enable - Printers +## Calibre + +`~/.config/calibre` + ## Firefox - Sign in @@ -30,14 +32,16 @@ ## Nextcloud -- Nextcloud: Ebooks -- `/home/earne/Documents`: SystemDocs +- `/home/earne/Nextcloud` (default): select Ebooks folder +- `/home/earne/Documents`: Documents (selective) +- `/home/earne/Photos`: Photos (selective) +- `/home/earne/Videos`: Videos (selective) ## OBS Studio ## Seahorse (Passwords and Keys) -- "Default keyring" +- "Default keyring": set as default ## Thunderbird @@ -61,6 +65,10 @@ - Remove Duplicate Messages - Simple Mail Redirection - ThunderHTMLedit +- Consider: + - Quicktext, DKIM Verifier, Display Mail User Agent T, Sieve extensions? + - `mail.compose.other.header`: `X-Sourcehut-Patchset-Update` + - `privacy.resistFingerprinting`: true ## qBittorrent diff --git a/README.md b/README.md index ceb3020..10ba6d9 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ # 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 -1. Don't -2. `curl https://git.earne.link/earnestma/ansible/raw/branch/main/ensure.sh | sh` -3. Clone the repository and enter it -4. Execute the main playbook: `ansible-playbook run.yml -K` +1. `curl https://git.earne.link/earnestma/ansible/raw/branch/main/ensure.sh | sh` +2. Clone the repository and enter it +3. 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 @@ -17,10 +18,10 @@ To run usual updates: `ansible-playbook update.yml -K` ## 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 - 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.??) - Restart! - 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`