this repo has no description
0
fork

Configure Feed

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

modified some font settings in wezterm

+3 -2
+3 -2
wezterm/wezterm.lua
··· 1 1 local wezterm = require 'wezterm' 2 2 return { 3 3 font = wezterm.font_with_fallback { 4 - 'FiraCode Nerd Font', 4 + 'Fira Code', 5 + 'Symbols Nerd Font', 5 6 -- TODO: better Korean font 6 7 }, 8 + font_size = 16.0, 7 9 color_scheme = 'Catppuccin Mocha', 8 - window_background_opacity = 0.97, 9 10 }