-
Notifications
You must be signed in to change notification settings - Fork 2
/
Brewfile
89 lines (70 loc) · 1.41 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
# taps
tap "puma/puma"
tap "heroku/brew"
tap 'dirk/quickhook'
# https://mitmproxy.org
cask "mitmproxy"
# don't forget to set default shell to /opt/homebrew/bin/zsh
brew "zsh"
# bat, like cat - https://github.com/sharkdp/bat
brew "bat"
# https://github.com/denilsonsa/prettyping
brew "prettyping"
# https://github.com/orf/gping
brew "gping"
# https://github.com/aristocratos/btop
brew "btop"
# https://httpie.org
brew "httpie"
# https://github.com/julienXX/terminal-notifier
brew "terminal-notifier"
# https://github.com/sharkdp/hexyl
brew "hexyl"
# https://jonas.github.io/tig/
brew "tig"
# https://cli.github.com
brew "gh"
# https://github.com/DarthSim/overmind
brew "overmind"
# https://tldr.sh
brew "tldr"
# https://github.com/BurntSushi/ripgrep
brew "rg"
# https://stedolan.github.io/jq/
brew "jq"
# https://github.com/antonmedv/fx
brew "fx"
# to tunnel e.g. cloudflared tunnel --url http://localhost:3000
brew "cloudflared"
brew "agrinman/tap/tunnelto"
# general
brew "imagemagick"
brew "vips"
brew "mupdf-tools"
brew "scmpuff"
brew "exiftool"
brew "fzf"
brew "postgresql@14"
brew "mysql"
brew "ctags"
brew "vim"
brew "neovim"
brew "git-delta"
brew "less"
brew "wget"
brew "puma/puma/puma-dev"
brew "yarn"
brew "memcached"
brew "redis"
brew "mercurial"
brew "ffmpeg"
brew "awscli"
brew "restic"
brew "fswatch"
brew "irssi"
brew "heroku"
brew "mise"
# git
brew "git"
brew "git-interactive-rebase-tool"
brew 'quickhook'