this repo has no description
0
fork

Configure Feed

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

feat: add wezterm

+12
+3
README.md
··· 27 27 28 28 # install lf config 29 29 ln -shf ./lf ~/.config/lf 30 + 31 + # install wezterm config 32 + ln -shf ./wezterm ~/.config/wezterm 30 33 ``` 31 34 32 35 > NOTE:
+9
wezterm/wezterm.lua
··· 1 + local wezterm = require 'wezterm' 2 + return { 3 + font = wezterm.font_with_fallback { 4 + 'FiraCode Nerd Font', 5 + -- TODO: better Korean font 6 + }, 7 + color_scheme = 'Catppuccin Mocha', 8 + window_background_opacity = 0.97, 9 + }