-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
51 lines (48 loc) · 1.15 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
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/services"
cask "1password", args: { appdir: "/Applications" }
cask "1password-cli", args: { appdir: "/Applications" }
cask "firefox", args: { appdir: "/Applications" }
cask "spotify", args: { appdir: "/Applications" }
cask "google-chrome", args: { appdir: "/Applications" }
cask "font-anonymice-nerd-font", args: { appdir: "/Applications" }
cask "basictex", args: { appdir: "/Applications" }
cask "numi", args: { appdir: "/Applications" }
cask "docker", args: { appdir: "/Applications" }
mas "Bear", id: 1091189122
mas "Dato", id: 1470584107
mas "Slack", id: 803453959
mas "WhatsApp", id: 1147396723
mas "Xcode", id: 497799835
brew "awscli"
brew "bash-completion"
brew "bat"
brew "black"
brew "chezmoi"
brew "cmake"
brew "coreutils"
brew "derailed/k9s/k9s"
brew "fzf"
brew "go"
brew "golangci-lint"
brew "google-cloud-sdk"
brew "htop"
brew "jq"
brew "kubectl"
brew "make"
brew "mas"
brew "neovim"
brew "node"
brew "num-utils"
brew "postgresql@14"
brew "redis"
brew "ripgrep"
brew "mise"
brew "stylua"
brew "the_silver_searcher"
brew "tree"
brew "yamllint"
brew "wezterm"