-
Notifications
You must be signed in to change notification settings - Fork 3
/
Brewfile
75 lines (70 loc) · 1.21 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
cask_args appdir: "/Applications"
tap "homebrew/bundle"
tap "homebrew/services"
tap "cjbassi/gotop"
tap "golangci/tap"
# Libs and utilities
cask "xquartz"
brew "ack"
brew "coreutils"
brew "imagemagick"
brew "jp2a"
brew "jq"
brew "libcaca"
brew "libgit2"
brew "openssl"
brew "cmake"
brew "htop"
brew "vim"
brew "cjbassi/gotop/gotop"
brew "ffmpeg"
tap "homebrew/cask-fonts"
cask "font-hack-nerd-font" # Nerd Fonts
# Programming languages
brew "node"
brew "go"
brew "pyenv"
# Dev tools
brew "git"
cask "iterm2"
brew "direnv"
brew "cookiecutter"
brew "kubectx"
brew "awscli"
cask "google-cloud-sdk"
brew "postgresql@16"
brew "hugo"
brew "protobuf"
brew "gpg2"
brew "helm"
brew "httpie"
brew "mkcert"
brew "telnet"
brew "vips"
brew "nvm"
brew "watchman"
brew "yq"
brew "golangci/tap/golangci-lint"
brew "upx"
brew "nmap"
brew "starship"
brew "zsh-syntax-highlighting"
brew "asciinema"
brew "vegeta"
brew "tmux"
tap "shopify/shopify"
brew "shopify/shopify/shopify-cli"
tap "derailed/k9s"
brew "derailed/k9s/k9s"
brew "tilt"
cask "docker"
# Applications
cask "visual-studio-code"
cask "firefox"
cask "google-chrome"
cask "handbrake"
cask "slack"
cask "vlc"
brew "syncthing", restart_service: true
cask "graphql-playground"
brew "restic"