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