You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 13, 2026. It is now read-only.
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