.vscode/settings.json
.vscode/extensions.json
.vscode/global.code-snippets
# 导出全部拓展
code --list-extensions > extensions.txt# https://brew.sh/
brew install zsh
# 查看配置文件
cat ~/.zshrc
# 编辑配置文件
code ~/.zshrc
# 启动新的zsh配置
source ~/.zshrc# https://github.com/ohmyzsh/ohmyzsh
# curl
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# wget
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# 查看内置主题
ls ~/.oh-my-zsh/themes/# oxlint https://oxc.rs/docs/guide/usage/linter/quickstart.html
# pnpm
pnpm add -D oxlint
# .oxlintrc.json
oxlint --init
# package.json
{
"scripts": {
"lint": "oxlint",
"lint:fix": "oxlint --fix"
}
}
# oxfmt https://oxc.rs/docs/guide/usage/formatter/quickstart.html
# pnpm
pnpm add -D oxfmt
# .oxfmtrc.json
oxfmt --init
# package.json
{
"scripts": {
"fmt": "oxfmt",
"fmt:check": "oxfmt --check"
}
}- Homebrew
- VisCode
- Cursor
- iTerm2
- Alfred
- Raycast
- KeyCastr
- IRightMouse
- Mos
- SwitchHosts
- Apifox
- Notion
- Charles
- Proxyman
- Tikey
- Mole
- Fliqlo
- Bob
- Bartender
- Rectangle
- Fork
- SourceTree
- Tower
- Paste