Created
April 22, 2025 21:01
-
-
Save aaronedev/e6984af743582b88d6ba9b6ca9c52acb to your computer and use it in GitHub Desktop.
kitty terminal font family config gist + kitty font features gist + kitty symbol mapping for nerd fonts gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ╔════════════════════════════════════════════════════════════════════════╗ | |
# ║ ░█░█░▀█▀░█▀▄░█▀▄░█▀▄░█▀▄░█░█░█░█░█░█░█░█░█░█░░░█▀▀░█▀█░█▀█░█▀▀░░░░░▀▄░ ║ | |
# ║ ░█▀▄░░█░░█░█░█░█░█░█░█░█░░█░░░█░░░█░░░█░░░█░░░░█▀▀░█░█░█░█░▀▀█░░▀░░░█░ ║ | |
# ║ ░▀░▀░▀▀▀░▀▀░░▀▀░░▀▀░░▀▀░░░▀░░░▀░░░▀░░░▀░░░▀░░░░▀░░░▀▀▀░▀░▀░▀▀▀░░▀░░▀░░ ║ | |
# ╚════════════════════════════════════════════════════════════════════════╝ | |
# ━━━━━━━━━━━━━━━━━━━━━ GitHub Profile ━━━━━━━━━━━━━━━━━━━━━ | |
# 🔗 URL: https://github.com/aaronedev | |
# ⚡ Username: aaronedev | |
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ | |
# Font Families | |
font_family family='IntoneMono Nerd Font' features=+ss01 | |
bold_font family='IntoneMono Nerd Font' style=Medium features=+ss01 | |
italic_font family='IntoneMono Nerd Font' style=Italic features=+ss01 | |
bold_italic_font family='IntoneMono Nerd Font' style='Medium Italic' features=+ss01 | |
# Font size | |
font_size 14.0 | |
force_ltr no | |
# Font features | |
font_features FiraCode-Regular +ss01 +ss02 +ss03 +ss04 +ss05 +ss07 +ss08 +zero +onum | |
font_features CascadiaCode-Regular +ss19 +ss02 | |
text_composition_strategy platform | |
# Symbol mapping for Nerd Fonts | |
symbol_map U+e000-U+e00a,U+ea60-U+ebeb,U+e0a0-U+e0c8,U+e0ca,U+e0cc-U+e0d7,U+e200-U+e2a9,U+e300-U+e3e3,U+e5fa-U+e6b1,U+e700-U+e7c5,U+ed00-U+efc1,U+f000-U+f2ff,U+f000-U+f2e0,U+f300-U+f372,U+f400-U+f533,U+f0001-U+f1af0 Symbols Nerd Font Mono | |
narrow_symbols U+E0A0-U+E0A3,U+E0C0-U+E0C7 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment