-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
100 lines (100 loc) · 2.4 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
brew "awscli"
brew "bat"
brew "cmake"
brew "colordiff"
brew "deno"
brew "direnv"
brew "docker-compose"
brew "docker"
brew "docutils"
brew "eza"
brew "fastly/tap/fastly"
brew "fzf"
brew "gh"
brew "ghq"
brew "git"
brew "git-absorb"
brew "go"
brew "hub"
brew "jq"
brew "kubernetes-cli"
brew "perl"
brew "pnpm"
brew "postgresql@14"
brew "protobuf"
brew "python@3.10"
brew "python@3.11"
brew "python@3.9"
brew "reattach-to-user-namespace"
brew "redis"
brew "rename"
brew "ripgrep"
brew "sheldon"
brew "shellcheck"
brew "starship"
brew "tig"
brew "tmux"
brew "tokei"
brew "tree"
brew "vim"
brew "wget"
brew "xh"
brew "zsh-autosuggestions"
brew "zsh-completions"
brew "zsh-syntax-highlighting"
brew "zsh"
cask "font-hack-nerd-font"
cask "google-japanese-ime"
cask "karabiner-elements"
tap "fastly/tap"
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "supabase/tap"
vscode "adpyke.vscode-sql-formatter"
vscode "dbaeumer.vscode-eslint"
vscode "eamodio.gitlens"
vscode "ecmel.vscode-html-css"
vscode "EditorConfig.EditorConfig"
vscode "esbenp.prettier-vscode"
vscode "fastly.vscode-fastly-vcl"
vscode "foxundermoon.shell-format"
vscode "GitHub.copilot-chat"
vscode "GitHub.copilot"
vscode "GitHub.github-vscode-theme"
vscode "github.vscode-github-actions"
vscode "golang.go"
vscode "GrapeCity.gc-excelviewer"
vscode "GraphQL.vscode-graphql-execution"
vscode "GraphQL.vscode-graphql-syntax"
vscode "GraphQL.vscode-graphql"
vscode "jakob101.RelativePath"
vscode "Jarga.apib"
vscode "jebbs.plantuml"
vscode "kortina.vscode-markdown-notes"
vscode "marclipovsky.string-manipulation"
vscode "ms-azuretools.vscode-docker"
vscode "MS-CEINTL.vscode-language-pack-ja"
vscode "ms-kubernetes-tools.vscode-kubernetes-tools"
vscode "ms-python.black-formatter"
vscode "ms-python.flake8"
vscode "ms-python.python"
vscode "ms-python.vscode-pylance"
vscode "ms-toolsai.jupyter-keymap"
vscode "ms-toolsai.jupyter-renderers"
vscode "ms-toolsai.jupyter"
vscode "ms-toolsai.vscode-jupyter-cell-tags"
vscode "ms-toolsai.vscode-jupyter-slideshow"
vscode "ms-vsliveshare.vsliveshare"
vscode "mushan.vscode-paste-image"
vscode "Orta.vscode-jest"
vscode "PKief.material-icon-theme"
vscode "Prisma.prisma"
vscode "redhat.vscode-yaml"
vscode "rust-lang.rust-analyzer"
vscode "serayuzgur.crates"
vscode "stylelint.vscode-stylelint"
vscode "vadimcn.vscode-lldb"
vscode "yzhang.markdown-all-in-one"
vscode "ZixuanChen.vitest-explorer"
vscode "zxh404.vscode-proto3"