Skip to content

oOBobbyOo/my-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

Mac

Chrome Extension

LICENSE

MIT

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages