-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathBrewfile
37 lines (37 loc) · 940 Bytes
/
Brewfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
tap "homebrew/bundle"
tap "homebrew/services"
brew "autojump"
brew "coreutils"
brew "git"
brew "git-filter-repo"
brew "libidn2"
brew "gnupg"
brew "htop"
brew "nvm"
brew "pnpm"
brew "rename"
brew "tree"
brew "unar"
brew "wget"
brew "zsh"
brew "zsh-autosuggestions"
brew "zsh-completions"
brew "zsh-syntax-highlighting"
vscode "antfu.iconify"
vscode "christian-kohler.path-intellisense"
vscode "esbenp.prettier-vscode"
vscode "formulahendry.auto-close-tag"
vscode "formulahendry.auto-rename-tag"
vscode "github.copilot"
vscode "github.copilot-chat"
vscode "github.vscode-github-actions"
vscode "kisstkondoros.vscode-gutter-preview"
vscode "ms-ceintl.vscode-language-pack-zh-hans"
vscode "ms-vscode.vscode-typescript-next"
vscode "obkoro1.autocommit"
vscode "pkief.material-icon-theme"
vscode "selemondev.shadcn-vue"
vscode "tamasfe.even-better-toml"
vscode "vue.volar"
vscode "yzhang.markdown-all-in-one"
vscode "zhuangtongfa.material-theme"