Skip to content

Ioskeley font#602

Open
LomTuby wants to merge 3 commits into
basecamp:masterfrom
LomTuby:omakub-font-ioskeley
Open

Ioskeley font#602
LomTuby wants to merge 3 commits into
basecamp:masterfrom
LomTuby:omakub-font-ioskeley

Conversation

@LomTuby

@LomTuby LomTuby commented May 7, 2026

Copy link
Copy Markdown

Add Ioskeley as a font choice

Copilot AI review requested due to automatic review settings May 7, 2026 13:12

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the Ioskeley font as a selectable programming font in the Omakub font picker and provides an Alacritty font config for it. The PR also rotates Spotify’s APT signing key (via both the Spotify installer and a migration for existing installs).

Tip

If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.

Changes:

  • Add “Ioskeley” to the font selection menu and install it from an upstream release zip.
  • Add an Alacritty font config for the IoskeleyMono Nerd Font family.
  • Update Spotify’s Debian repo signing key and add a migration to update existing machines.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 3 comments.

File Description
migrations/1770656330.sh Adds a migration to refresh Spotify’s APT key/repo entry when Spotify is already configured.
install/desktop/optional/app-spotify.sh Rotates the Spotify signing key used during installation.
configs/alacritty/fonts/IoskeleyMono.toml New Alacritty font definition for IoskeleyMono Nerd Font.
bin/omakub-sub/font.sh Adds “Ioskeley” as a selectable font option and wires it to download/install logic.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread migrations/1770656330.sh
Comment on lines +3 to +7
# Update Spotify GPG key if the repository is present
if [ -f /etc/apt/sources.list.d/spotify.list ]; then
echo "Updating Spotify GPG key..."
curl -sS https://download.spotify.com/debian/pubkey_5384CE82BA52C83A.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
echo "deb [signed-by=/etc/apt/trusted.gpg.d/spotify.gpg] https://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
Comment thread migrations/1770656330.sh
# Update Spotify GPG key if the repository is present
if [ -f /etc/apt/sources.list.d/spotify.list ]; then
echo "Updating Spotify GPG key..."
curl -sS https://download.spotify.com/debian/pubkey_5384CE82BA52C83A.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
if [ ! -f /etc/apt/sources.list.d/spotify.list ]; then
[ -f /etc/apt/trusted.gpg.d/spotify.gpg ] && sudo rm /etc/apt/trusted.gpg.d/spotify.gpg
curl -sS https://download.spotify.com/debian/pubkey_C85668DF69375001.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
curl -sS https://download.spotify.com/debian/pubkey_5384CE82BA52C83A.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants