TODO alacritty is not present on Ubuntu releases older than Ubuntu 24.04
if bash -c '. ../prelude.sh; distro_version_le 24' &> /dev/null; then
APT_PACKAGES+=('')
else
APT_PACKAGES+=('alacritty')
fi
-- these if - else branches are buggy - bugfix prelude.sh and the if/else commands