Elementary OS Configuration and Setup

ElementaryOS 7 Horus

Grub has no timeout

$ sudo nano /etc/default/grub
GRUB_TIMEOUT=5

PHPenv

Use native PHP packages and my PHP activate

iCloud contacts and calendar

https://ekiwi-blog.de/en/26497/synchronize-icloud-calendar-and-contacts-with-thunderbird/ TLDR TBSync with an application specific password.

Media keys on macintosh keyboard

  1. if you press Fn+Esc it changes the Fn lock so that F1+F12 work as normal.
  2. For an untested permanent solution try remapping

Google Calendar integration

sudo apt install gnome-control-center gnome-online-accounts
Exec=env XDG_CURRENT_DESKTOP=GNOME gnome-control-center --overview

Enable Google Account and it's Calendar

Assign Eject to Multitasking view:

https://vandragt.com/map-eject-to-multitasking-view

So I use ElementaryOS and in version 7 you are no longer able to map just the Eject key. I like to map this to the Multitasking View (something like the macOS Expose).

The solution is to use the DConf Editor application and search for show-desktop. ElementaryOS repurposes the show desktop to the multitasking view. Simply set the value to ['Eject']

ElementaryOS 6

B560

Does not find wireless until Linux-firmware is installed. Use Ethernet and dist-upgrade followed by install Linux-firmware

Other

Do not install the following packages via apt, as you want to control when to update them:

Macos Migration

Essential apps

sudo apt install gnome-system-monitor

Keyboard

Change shell

sudo apt install zsh
# TODO steps to configure it
chsh -s $(which zsh)

Revision #6
Created 26 April 2023 10:52:20 by Sander
Updated 5 June 2023 09:40:44 by Sander