Setup Checklist

My personal checklist for setting up a fresh elementary OS installation.

System

Firefox

Nextcloud Client

Signal Desktop

AppImageLauncher

Paymo

Online Accounts

Setup Online Accounts in System Settings > Online Accounts:

Private

ServerPortEncryption

Incoming Mail (IMAP)

mail.gandi.net

993

SSL

Outgoing Mail (SMTP)

mail.gandi.net

587

STARTTLS

docs.gandi.net/en/gandimail/standard_email_settings/

Study & Work

Follow the instructions provided in Missing Features & Workarounds to setup an Office 365 account using Modern Authentication (OAuth). In case you run into any troubles due to the Evolution application ID not beeing authorized by your Office 365 administrator, use the last Evolution application ID with the Redirect URI set to urn:ietf:wg:oauth:2.0:oob as descrdibed in the GNOME Wiki.

Git

Execute the following commands in the Terminal:

sudo apt install git
git config --global user.name "Your Name"
git config --global user.email "your.name@domain.tld"
ssh-keygen -t ed25519 -C "your.name@domain.tld"
cat .ssh/id_ed25519.pub

If it does not work: If you are using a legacy system that doesn't support the Ed25519 algorithm, use: ssh-keygen -t rsa -b 4096 -C "your.name@domain.tld"

Add the SSH Public Key to the following portals:

elementary Development

Zettelkasten

Cryptomator

Espanso

VPN

Printing & Scanning

Gscan2pdf

PDF Studio Pro

Last updated