-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
67 lines (67 loc) · 1.66 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
tap "hashicorp/tap"
tap "homebrew/bundle"
tap "stripe/stripe-cli"
brew "act"
brew "docker", link: false
brew "flyctl"
brew "gh"
brew "git"
brew "git-filter-repo"
brew "gnu-sed"
brew "inetutils"
brew "lcov"
brew "node", link: false
brew "[email protected]"
brew "hashicorp/tap/terraform"
brew "stripe/stripe-cli/stripe"
cask "alfred"
cask "android-commandlinetools"
cask "android-studio"
cask "appcleaner"
cask "arc"
cask "cleanmymac"
cask "discord"
cask "fig"
cask "figma"
cask "flutter"
cask "hiddenbar"
cask "karabiner-elements"
cask "onyx"
cask "postman"
cask "setapp"
cask "shottr"
cask "visual-studio-code"
vscode "aaron-bond.better-comments"
vscode "albert.TabOut"
vscode "astro-build.astro-vscode"
vscode "ChakrounAnas.turbo-console-log"
vscode "christian-kohler.path-intellisense"
vscode "Dart-Code.dart-code"
vscode "Dart-Code.flutter"
vscode "DavidAnson.vscode-markdownlint"
vscode "eamodio.gitlens"
vscode "esbenp.prettier-vscode"
vscode "FelixAngelov.bloc"
vscode "FelixAngelov.mason"
vscode "GitHub.copilot"
vscode "GitHub.copilot-chat"
vscode "GitHub.copilot-labs"
vscode "GitHub.github-vscode-theme"
vscode "GitHub.remotehub"
vscode "github.vscode-github-actions"
vscode "Google.arb-editor"
vscode "jeroen-meijer.pubspec-assist"
vscode "jock.svg"
vscode "johnpapa.vscode-peacock"
vscode "kisstkondoros.vscode-gutter-preview"
vscode "ms-azuretools.vscode-docker"
vscode "ms-vscode-remote.remote-containers"
vscode "ms-vscode.azure-repos"
vscode "ms-vscode.remote-repositories"
vscode "redhat.vscode-xml"
vscode "redhat.vscode-yaml"
vscode "usernamehw.errorlens"
vscode "WakaTime.vscode-wakatime"
vscode "withfig.fig"
vscode "yzhang.markdown-all-in-one"
vscode "zhuangtongfa.material-theme"