-
Notifications
You must be signed in to change notification settings - Fork 3
/
Brewfile
86 lines (86 loc) · 1.38 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
tap "code-hex/tap"
tap "homebrew/bundle"
tap "homebrew/services"
tap "jakehilborn/jakehilborn"
tap "jesseduffield/lazygit"
tap "ngrok/ngrok"
tap "tako8ki/tap"
brew "libtiff"
brew "jpeg-xl"
brew "[email protected]"
brew "automake"
brew "bash"
brew "libssh2"
brew "libgit2"
brew "bat"
brew "bitwarden-cli"
brew "blueutil"
brew "gcc"
brew "btop"
brew "coreutils"
brew "libevent"
brew "gnutls"
brew "emacs"
brew "cask"
brew "cmake"
brew "rtmpdump"
brew "curl"
brew "doctl"
brew "dtc"
brew "fd"
brew "flux", link: false
brew "freetds"
brew "fzf"
brew "libavif"
brew "gd"
brew "git"
brew "glib"
brew "gnu-sed"
brew "libassuan"
brew "gnupg"
brew "grep"
brew "httpie"
brew "shared-mime-info"
brew "libheif"
brew "libraw"
brew "imagemagick"
brew "inetutils"
brew "libfido2"
brew "libxslt"
brew "libzip"
brew "lolcat"
brew "nghttp2"
brew "openssh"
brew "[email protected]"
brew "php"
brew "[email protected]"
brew "reattach-to-user-namespace"
brew "rename"
brew "ripgrep"
brew "ssh-copy-id"
brew "sshpass"
brew "stow"
brew "thefuck"
brew "tldr"
brew "unzip"
brew "watch"
brew "wget"
brew "zsh"
brew "jesseduffield/lazygit/lazygit"
cask "betaflight-configurator"
cask "docker"
cask "dropbox"
cask "firefox@developer-edition"
cask "flux"
cask "meetingbar"
cask "moom"
cask "ngrok"
cask "raycast"
cask "slack"
cask "spotify"
cask "stats"
cask "the-unarchiver"
cask "transmission"
cask "visual-studio-code"
cask "vlc"
cask "wezterm@nightly"