Skip to content

oOBobbyOo/my-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Settings

VScode

.vscode/settings.json
.vscode/extensions.json
.vscode/global.code-snippets

# 导出全部拓展
code --list-extensions > extensions.txt

Zsh

.zshrc

# https://brew.sh/
brew install zsh

# 查看配置文件
cat ~/.zshrc

# 编辑配置文件
code ~/.zshrc

# 启动新的zsh配置
source ~/.zshrc

On-My-Zsh

# 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/

Oxc

.oxfmtrc.json

# 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"
  }
}

Mac

Chrome Extension

LICENSE

MIT

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages