-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
42 lines (42 loc) · 1.09 KB
/
Brewfile
File metadata and controls
42 lines (42 loc) · 1.09 KB
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
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
brew "ctop"
brew "fzf"
brew "git"
brew "neovim"
brew "node"
brew "tmux"
cask "alacritty"
cask "firefox"
cask "font-maple"
cask "insomnia"
cask "orbstack"
cask "rectangle"
cask "spotify"
cask "tableplus"
vscode "asvetliakov.vscode-neovim"
vscode "bmewburn.vscode-intelephense-client"
vscode "bradlc.vscode-tailwindcss"
vscode "davidanson.vscode-markdownlint"
vscode "eamodio.gitlens"
vscode "enkia.tokyo-night"
vscode "hashicorp.terraform"
vscode "mads-hartmann.bash-ide-vscode"
vscode "ms-azuretools.vscode-docker"
vscode "ms-kubernetes-tools.vscode-kubernetes-tools"
vscode "ms-python.debugpy"
vscode "ms-python.python"
vscode "ms-python.vscode-pylance"
vscode "ms-vscode.makefile-tools"
vscode "ms-vscode.vscode-typescript-next"
vscode "oderwat.indent-rainbow"
vscode "qcz.text-power-tools"
vscode "redhat.ansible"
vscode "redhat.vscode-yaml"
vscode "sdras.night-owl"
vscode "timonwong.shellcheck"
vscode "usernamehw.errorlens"
vscode "vue.volar"
vscode "whizkydee.material-palenight-theme"
vscode "wix.vscode-import-cost"
vscode "zamerick.vscode-caddyfile-syntax"