-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
80 lines (80 loc) · 2.34 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
tap "emqx/mqttx"
tap "homebrew/bundle"
brew "act"
brew "btop"
brew "curl"
brew "fastfetch"
brew "fnm"
brew "git"
brew "onefetch"
brew "[email protected]"
brew "[email protected]"
brew "smartmontools"
brew "stow"
brew "tree"
brew "wget"
brew "emqx/mqttx/mqttx-cli"
cask "applite"
cask "git-credential-manager"
cask "loop"
cask "mqttx"
cask "visual-studio-code"
vscode "ahmadalli.vscode-nginx-conf"
vscode "antfu.file-nesting"
vscode "bradlc.vscode-tailwindcss"
vscode "christian-kohler.npm-intellisense"
vscode "christian-kohler.path-intellisense"
vscode "continue.continue"
vscode "csstools.postcss"
vscode "davidanson.vscode-markdownlint"
vscode "dbaeumer.vscode-eslint"
vscode "drcika.apc-extension"
vscode "eamodio.gitlens"
vscode "ecmel.vscode-html-css"
vscode "esbenp.prettier-vscode"
vscode "expo.vscode-expo-tools"
vscode "fill-labs.dependi"
vscode "fisheva.eva-theme"
vscode "formulahendry.auto-rename-tag"
vscode "formulahendry.code-runner"
vscode "foxundermoon.shell-format"
vscode "github.copilot"
vscode "github.copilot-chat"
vscode "github.remotehub"
vscode "github.vscode-github-actions"
vscode "github.vscode-pull-request-github"
vscode "gruntfuggly.todo-tree"
vscode "hnw.vscode-auto-open-markdown-preview"
vscode "jakebathman.mysql-syntax"
vscode "kevinkyang.auto-comment-blocks"
vscode "liamhammett.inline-parameters"
vscode "lokalise.i18n-ally"
vscode "luisllamas.vscodesnap"
vscode "meganrogge.template-string-converter"
vscode "mikestead.dotenv"
vscode "mrmlnc.vscode-duplicate"
vscode "ms-azuretools.vscode-docker"
vscode "ms-dotnettools.vscode-dotnet-runtime"
vscode "ms-vscode-remote.remote-containers"
vscode "ms-vscode-remote.remote-ssh"
vscode "ms-vscode-remote.remote-ssh-edit"
vscode "ms-vscode.remote-explorer"
vscode "ms-vscode.remote-repositories"
vscode "njpwerner.autodocstring"
vscode "pkief.material-icon-theme"
vscode "prisma.prisma"
vscode "raynigon.nginx-formatter"
vscode "redhat.vscode-yaml"
vscode "ritwickdey.liveserver"
vscode "supermaven.supermaven"
vscode "tamasfe.even-better-toml"
vscode "tlahmann.alex-linter"
vscode "unifiedjs.vscode-mdx"
vscode "visualstudioexptteam.intellicode-api-usage-examples"
vscode "visualstudioexptteam.vscodeintellicode"
vscode "visualstudioexptteam.vscodeintellicode-insiders"
vscode "vue.volar"
vscode "william-voyek.vscode-nginx"
vscode "yoavbls.pretty-ts-errors"
vscode "yy0931.save-as-root"
vscode "yzhang.markdown-all-in-one"