forked from lk-geimfari/macbook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBrewfile
122 lines (122 loc) · 1.9 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
tap "clojure/tools"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
brew "giflib"
brew "jpeg", link: true
brew "libpng"
brew "automake"
brew "bash"
brew "bat"
brew "gettext"
brew "libffi"
brew "pkg-config"
brew "[email protected]"
brew "xz"
brew "[email protected]"
brew "cairo"
brew "coreutils"
brew "diffutils"
brew "erlang"
brew "elixir"
brew "exa"
brew "fd"
brew "zstd"
brew "ffmpeg"
brew "findutils"
brew "fish"
brew "fzf"
brew "gawk"
brew "git-extras"
brew "git-flow"
brew "git-lfs"
brew "gnu-indent"
brew "gnu-sed"
brew "gnu-tar"
brew "gnu-which"
brew "pinentry"
brew "gnupg"
brew "go"
brew "grep"
brew "gzip"
brew "hadolint"
brew "hping"
brew "httpie"
brew "httrack"
brew "hyperfine"
brew "jq"
brew "openjdk"
brew "leiningen"
brew "libpq"
brew "pango"
brew "librsvg"
brew "mas"
brew "moreutils"
brew "mtr"
brew "neovim"
brew "nvm"
brew "openssh"
brew "openssl@3"
brew "pipenv"
brew "poetry"
brew "postgresql@14"
brew "prettyping"
brew "pyenv"
brew "[email protected]"
brew "qt"
brew "rbenv"
brew "rebar3"
brew "rename"
brew "shellcheck"
brew "tcpdump"
brew "tcpflow"
brew "tcpreplay"
brew "tcptrace"
brew "telnet"
brew "tmux"
brew "tokei"
brew "trash"
brew "tree"
brew "wget"
brew "zlib", link: true
brew "clojure/tools/clojure"
cask "1password"
cask "angry-ip-scanner"
cask "appcleaner"
cask "authy"
cask "binance"
cask "chromedriver"
cask "cloudflare-warp"
cask "cyberduck"
cask "dash"
cask "discord"
cask "dropbox"
cask "fig"
cask "firefox"
cask "font-anonymous-pro"
cask "font-fira-code"
cask "font-hack-nerd-font"
cask "font-hasklig"
cask "font-input"
cask "ganache"
cask "gpg-suite"
cask "iterm2"
cask "jetbrains-toolbox"
cask "ledger-live"
cask "ngrok"
cask "nordvpn"
cask "opera-gx"
cask "postman"
cask "slack"
cask "sourcetree"
cask "spotify"
cask "telegram"
cask "the-unarchiver"
cask "topnotch"
cask "tunnelbear"
cask "visual-studio-code"
cask "vlc"
cask "wireshark"
cask "zoom"