Kun

Kun

IT学徒、技术民工、斜杠青年,机器人爱好者、摄影爱好 PS、PR、LR、达芬奇潜在学习者


共 243 篇文章


概述

开发工具

实用网站

站长工具:tool.chinaz.com

正则表达式

API 工具

POSTman

API Kit

https://github.com/ishkawa/APIKit

NvChard

https://nvchad.com/docs/quickstart/install

vscode配置

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,

联机登录

code-server

https://github.com/coder/code-server

如果你觉得我的文章对你有帮助的话,希望可以推荐和交流一下。欢迎關注和 Star 本博客或者关注我的 Github