-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
73 lines (73 loc) · 1.94 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
tap "heroku/brew"
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
brew "aom"
brew "bat"
brew "clang-format"
brew "curl"
brew "deno"
brew "folly"
brew "gh"
brew "git-delta"
brew "lazygit"
brew "neovim"
brew "postgresql@14"
brew "ripgrep"
brew "tmux"
brew "tree"
cask "font-hack-nerd-font"
cask "hyper"
cask "orbstack"
cask "wezterm"
vscode "astro-build.astro-vscode"
vscode "asvetliakov.vscode-neovim"
vscode "biomejs.biome"
vscode "bradlc.vscode-tailwindcss"
vscode "cweijan.dbclient-jdbc"
vscode "cweijan.vscode-database-client2"
vscode "dart-code.dart-code"
vscode "dart-code.flutter"
vscode "dbaeumer.vscode-eslint"
vscode "eamodio.gitlens"
vscode "esbenp.prettier-vscode"
vscode "expo.vscode-expo-tools"
vscode "formulahendry.auto-rename-tag"
vscode "github.copilot"
vscode "github.copilot-chat"
vscode "github.github-vscode-theme"
vscode "github.vscode-github-actions"
vscode "github.vscode-pull-request-github"
vscode "golang.go"
vscode "gruntfuggly.todo-tree"
vscode "inferrinizzard.prettier-sql-vscode"
vscode "keyhr.42-c-format"
vscode "kube.42header"
vscode "marp-team.marp-vscode"
vscode "monokai.theme-monokai-pro-vscode"
vscode "mosapride.zenkaku"
vscode "ms-python.debugpy"
vscode "ms-python.isort"
vscode "ms-python.python"
vscode "ms-python.vscode-pylance"
vscode "ms-vscode.cmake-tools"
vscode "ms-vscode.cpptools"
vscode "ms-vscode.cpptools-extension-pack"
vscode "ms-vscode.cpptools-themes"
vscode "ms-vsliveshare.vsliveshare"
vscode "mtxr.sqltools"
vscode "nakamo326.42-header-oneshot"
vscode "oderwat.indent-rainbow"
vscode "pkief.material-icon-theme"
vscode "pokemon-stats-checker.pokemon-stats-checker"
vscode "postman.postman-for-vscode"
vscode "prisma.prisma"
vscode "shopify.ruby-lsp"
vscode "tamasfe.even-better-toml"
vscode "tomoki1207.pdf"
vscode "twxs.cmake"
vscode "vscode-icons-team.vscode-icons"
vscode "vscodevim.vim"
vscode "wix.vscode-import-cost"
vscode "xaver.clang-format"
vscode "yzhang.markdown-all-in-one"
vscode "zhuangtongfa.material-theme"