实用网站
站长工具:tool.chinaz.com
https://github.com/ishkawa/APIKit
https://nvchad.com/docs/quickstart/install
https://juejin.cn/post/7080882631629340708
比较好的主题有one dark pro,brackets-light-pro
现在mac安装字体包
brew tap homebrew/cask-fonts
对应的repo是https://github.com/Homebrew/homebrew-cask-fonts
然后安装字体
fira-code是比较受欢迎的字体,在github上有60kstar
github repo:https://github.com/tonsky/FiraCode
brew install --cask font-fira-code
也可以安装别的字体
brew install font-inconsolata
在settings.json中添加字体
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,