-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile.arm64
114 lines (88 loc) · 1.61 KB
/
Brewfile.arm64
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
tap "homebrew/bundle"
#tap "homebrew/cask" # this is no longer typically necessary
#tap "homebrew/core" # this is no longer typically necessary
####################################################
# Casks
####################################################
cask "google-chrome"
cask "1password"
cask "docker"
cask "slack"
cask "visual-studio-code"
cask "google-cloud-sdk"
cask "clickhouse"
cask "kitty"
####################################################
# Terminal
####################################################
# tmux for multiplexing
brew "tmux"
# zsh is my default shell
brew "zsh"
brew "zsh-autosuggestions"
brew "zsh-syntax-highlighting"
# tree for viewing directory
brew "tree"
####################################################
# Development
####################################################
#
# Vim and Neovim
#
brew "vim"
brew "luajit"
brew "neovim"
#
# Infra
#
brew "terraform"
brew "helm"
brew "kubectl"
#
# Languages and language tools
#
brew "llvm"
brew "node"
brew "nvm"
brew "typescript"
brew "yarn"
brew "protobuf"
brew "prototool"
brew "pyenv"
brew "pyenv-virtualenv"
brew "python@3"
brew "[email protected]"
brew "gopls"
brew "openjdk@17"
brew "google-java-format"
brew "clojure"
brew "grpcurl"
brew "shellcheck"
brew "tfenv"
brew "lua"
brew "lua-language-server"
#
# GNU command line tools
#
brew "coreutils"
brew "gzip"
brew "watch"
brew "make"
#
# Uncategorized
#
brew "graphviz"
brew "yarn"
brew "curl"
brew "wget"
brew "git"
brew "fzf"
brew "grep"
brew "ripgrep"
brew "jq"
brew "yq"
brew "htop"
brew "bat" # bat > cat
brew "hey" # for load testing
brew "fd" # fd > find
brew "eza" # eza > ls