this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

trying blexmono

+12 -7
+4 -1
Brewfile
··· 4 4 tap "homebrew/services" 5 5 brew "brew-file" 6 6 7 + # Fonts 8 + brew "font-blex-mono-nerd-font" 9 + 7 10 # Applications 8 11 cask "alacritty" 9 12 cask "1password" ··· 93 96 brew "yubikey-personalization" 94 97 brew "libssh2" 95 98 tap "filosottile/musl-cross" 96 - brew "filosottile/musl-cross/musl-cross" 99 + brew "filosottile/musl-cross/musl-cross"
+2 -2
alacritty/alacritty.toml
··· 6 6 padding = { x = 10, y = 8 } 7 7 8 8 [font] 9 - size = 14 10 - normal = { family = "Menlo", style = "Regular" } 9 + size = 15 10 + normal = { family = "BlexMono Nerd Font", style = "Regular" } 11 11 12 12 [bell] 13 13 duration = 0
+6 -4
zed/settings.json
··· 10 10 "base_keymap": "VSCode", 11 11 "vim_mode": true, 12 12 "ui_font_size": 16, 13 - "buffer_font_family": "Menlo", 14 - "buffer_font_size": 14, 13 + "buffer_line_height": "standard", 14 + "buffer_font_family": "BlexMono Nerd Font", 15 + "buffer_font_size": 15, 15 16 "theme": { 16 17 "mode": "system", 17 18 "light": "Solarized Light", 18 19 "dark": "Solarized Dark" 19 20 }, 20 21 "terminal": { 21 - "font_family": "Menlo", 22 - "font_size": 14 22 + "line_height": "standard", 23 + "font_family": "BlexMono Nerd Font", 24 + "font_size": 15 23 25 } 24 26 }