-
Notifications
You must be signed in to change notification settings - Fork 12
/
Brewfile
93 lines (90 loc) · 1.71 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
cask_args appdir: "/Applications", require_sha: true
tap "homebrew/bundle"
tap "homebrew/services"
brew "awscli"
brew "bash"
# brew "docker-credential-helper-ecr"
brew "coreutils"
brew "ffmpeg"
brew "findutils"
brew "gh"
brew "git"
brew "git-lfs"
brew "gnupg"
brew "gnu-sed"
brew "gnu-tar"
brew "go"
brew "grep"
# brew "helm"
brew "httpie"
brew "jq"
brew "jupyterlab"
brew "libfido2"
brew "macos-trash" if OS.mac?
brew "mas" if OS.mac?
brew "media-info"
brew "mise"
brew "mkvtoolnix"
brew "mp4v2"
brew "mypy"
# brew "mysql-client"
brew "node"
brew "openssh"
brew "opentofu"
brew "pinentry"
# brew "pinentry-mac"
brew "pipx"
brew "pnpm"
brew "postgresql@17"
brew "prettier"
brew "python"
brew "r"
brew "rclone"
brew "ruff"
brew "rust"
brew "shellcheck"
brew "shfmt"
brew "starship"
brew "taplo"
brew "terragrunt"
# brew "terraformer"
brew "typescript"
brew "wrangler"
brew "ykman"
brew "zsh"
brew "zsh-completions"
brew "zsh-syntax-highlighting"
cask "1password"
cask "1password-cli"
cask "brave-browser"
# cask "datagrip"
# cask "docker"
cask "firefox"
cask "font-recursive-code"
# cask "inkscape"
cask "karabiner-elements"
cask "kitty"
# cask "microsoft-office-businesspro"
# cask "notion"
cask "orbstack"
# cask "postico"
# cask "postman"
cask "protonvpn"
# cask "rstudio"
# cask "session-manager-plugin"
# cask "slack"
cask "syncthing"
# cask "visual-studio-code"
cask "vlc"
cask "vscodium"
# cask "zoom"
cask "zotero" # no arm64_big_sur yet
# mas "1password", id: 1333542190
mas "1password for safari", id: 1569813296
mas "bear", id: 1091189122
mas "daisydisk", id: 411643860
mas "duckduckgo privacy essentials", id: 1482920575
mas "keynote", id: 409183694
mas "numbers", id: 409203825
mas "pages", id: 409201541
mas "pdf expert", id: 1055273043