-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
127 lines (116 loc) · 1.92 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
tap "thecasualcoder/stable"
# Essential tools
brew "autossh"
brew "bat"
brew "curl"
brew "diff-so-fancy"
brew "difftastic"
brew "dust"
brew "fd"
brew "fdupes"
brew "ffmpeg"
brew "fswatch"
brew "fzf"
brew "git"
brew "git-delta"
brew "git-flow"
brew "hexyl"
brew "hey"
brew "htmlq" # pup alternative in rust
brew "htop"
brew "httpie"
brew "hyperfine" # Benchmarks
brew "jq"
brew "k9s"
brew "make"
brew "mkcert"
brew "neovim"
brew "pup"
brew "rename"
brew "ripgrep"
brew "rsync"
brew "sops"
brew "speedtest-cli"
brew "ssh-copy-id", link: true
brew "starship"
brew "tailspin"
brew "tealdeer" # tldr alternative in rust
brew "tmux"
brew "tree"
brew "vivid"
brew "watch"
brew "wget"
brew "xsv"
brew "yq"
brew "zsh"
brew "zoxide"
# Languages
brew "go"
brew "n"
brew "pipenv"
brew "[email protected]"
brew "rustup"
# Caddy server
brew "caddy"
# Kubernetes
brew "helm"
brew "kubernetes-cli"
brew "kubectx"
brew "kube-fzf"
# Node
brew "n"
# Cloud CLI
# cask "google-cloud-sdk"
brew "awscli"
brew "docker-credential-helper-ecr"
# MacOSX specific utils
brew "cmake"
brew "coreutils"
brew "findutils"
brew "gnu-getopt"
brew "gnu-indent"
brew "gnu-sed"
brew "gnu-tar"
brew "gnu-time"
brew "gnupg"
brew "gnutls"
brew "gping"
brew "grep"
brew "moreutils"
brew "nmap"
brew "reattach-to-user-namespace"
# Fonts
cask "font-fira-code"
cask "font-fira-code-nerd-font"
cask "font-fira-mono-nerd-font"
cask "font-hack-nerd-font"
cask "font-meslo-lg-nerd-font"
cask "font-roboto-mono-nerd-font"
# Apps
# Work specific
cask "authy"
cask "bitwarden"
cask "docker"
cask "firefox@developer-edition"
cask "fork"
cask "google-chrome"
cask "iterm2"
cask "keycastr"
cask "maccy"
cask "macdown"
cask "rectangle"
cask "runjs"
cask "slack"
cask "spotify"
cask "table-tool"
cask "tableplus"
# cask "telegram"
cask "visual-studio-code"
cask "vlc"
# cask "whatsapp"
cask "zed"
cask "zoom"
# Services
# brew "postgresql@14", restart_service: true
# brew "postgis"
# brew "redis", restart_service: true