this repo has no description
0
fork

Configure Feed

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

doc: update

+1
+1
README.md
··· 30 30 31 31 # install wezterm config 32 32 ln -shf ./wezterm ~/.config/wezterm 33 + # download wezterm terminfo file (see official FAQ) 33 34 tempfile=(mktemp) \ 34 35 && curl -o $tempfile https://raw.githubusercontent.com/wez/wezterm/master/termwiz/data/wezterm.terminfo \ 35 36 && tic -x -o ~/.terminfo $tempfile \