-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
94 lines (90 loc) · 1.51 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
94
# Ensures all applications to be installed to the ~/Applications directory.
cask_args appdir: "~/Applications"
# Software
brew "atuin"
brew "bat"
brew "benthos"
brew "cask"
brew "clang-format"
brew "cmake"
brew "coreutils" # Update the outdated default macOS ones
brew "delve"
brew "dive"
brew "doctl"
brew "homeport/tap/dyff"
brew "elixir"
brew "etcd"
brew "fd"
brew "flyctl"
brew "fzf"
brew "git"
brew "gnuplot"
brew "go"
brew "graphviz"
brew "gron"
brew "httpie"
brew "hugo"
brew "jless"
brew "jq"
brew "kind"
brew "kubectl"
brew "kubectx"
brew "kubelogin"
brew "llvm"
brew "lua-language-server"
brew "luarocks"
brew "mas" # Mac App Store manager
brew "nim"
brew "node"
brew "mdcurran/taps/note"
brew "nats-io/nats-tools/nats"
brew "nats-server"
brew "neovim"
brew "odin"
brew "openjdk@17"
brew "pass"
brew "pdm"
brew "perl"
brew "postgresql"
brew "protobuf"
brew "pyenv"
brew "rbenv"
brew "rclone"
brew "redis"
brew "ripgrep"
brew "ruby-build"
brew "shellcheck"
brew "sqlc"
brew "starship"
brew "stern"
brew "terraform"
brew "unison-language"
brew "vim"
brew "yarn"
brew "yq"
brew "zig"
# Applications
cask "adobe-digital-editions"
cask "clickhouse"
cask "dash"
cask "discord"
cask "flux" # f.lux
cask "firefox"
cask "gamemaker"
cask "insomnia"
cask "ngrok"
cask "notion"
cask "obsidian"
cask "rar"
cask "signal"
cask "spotify"
cask "steam"
cask "visual-studio-code"
cask "wezterm"
cask "zoom"
# Fonts
cask "font-jetbrains-mono"
# Mac App Store
mas "Magnet", id: 441258766
mas "Tailscale", id: 1475387142
mas "Things 3", id: 904280696