-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
79 lines (79 loc) · 1.75 KB
/
Brewfile
File metadata and controls
79 lines (79 loc) · 1.75 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
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
tap "homebrew/bundle"
tap "homebrew/services"
brew "gettext"
brew "sqlite"
brew "cloc"
brew "direnv"
brew "dive"
brew "fzf"
brew "gibo"
brew "git"
brew "git-delta"
brew "glfw"
brew "gnu-sed"
brew "gnutls"
brew "gnupg"
brew "openjdk"
brew "gradle"
brew "graphviz"
brew "grep"
brew "htop"
brew "hugo"
brew "jq"
brew "libpq"
brew "maven"
brew "mingw-w64"
brew "parallel"
brew "pass"
brew "pcre"
brew "pgcli"
brew "pipx"
brew "postgresql@16", restart_service: :changed
brew "pre-commit"
brew "python@3.10"
brew "python@3.12"
brew "redis", restart_service: :changed
brew "ripgrep"
brew "shellcheck"
brew "shfmt"
brew "uv"
brew "virtualenv"
brew "wget"
brew "yamllint"
brew "yq"
brew "zsh-autosuggestions"
brew "zsh-syntax-highlighting"
brew "zx"
cask "ghostty"
cask "visual-studio-code"
vscode "bibhasdn.unique-lines"
vscode "bierner.markdown-mermaid"
vscode "connor4312.esbuild-problem-matchers"
vscode "dbaeumer.vscode-eslint"
vscode "eamodio.gitlens"
vscode "ecmel.vscode-html-css"
vscode "editorconfig.editorconfig"
vscode "efritz.ai"
vscode "esbenp.prettier-vscode"
vscode "exiasr.hadolint"
vscode "foxundermoon.shell-format"
vscode "github.copilot"
vscode "github.copilot-chat"
vscode "golang.go"
vscode "graphql.vscode-graphql"
vscode "graphql.vscode-graphql-execution"
vscode "graphql.vscode-graphql-syntax"
vscode "hashicorp.terraform"
vscode "humao.rest-client"
vscode "ms-azuretools.vscode-docker"
vscode "ms-python.debugpy"
vscode "ms-python.python"
vscode "ms-python.vscode-pylance"
vscode "oderwat.indent-rainbow"
vscode "shd101wyy.markdown-preview-enhanced"
vscode "streetsidesoftware.code-spell-checker"
vscode "stylelint.vscode-stylelint"
vscode "timonwong.shellcheck"
vscode "voldemortensen.rainbow-tags"
vscode "vscode-icons-team.vscode-icons"
vscode "yamenarahman.nord-extra-dark"