-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBrewfile
51 lines (51 loc) · 810 Bytes
/
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
tap "artginzburg/tap"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
brew "awscli"
brew "cmake"
brew "coreutils"
brew "diff-so-fancy"
brew "fasd"
brew "gh"
brew "git"
brew "gnupg"
brew "grep"
brew "htop"
brew "imagemagick"
brew "moreutils"
brew "nmap"
brew "openssh"
brew "p7zip"
brew "protobuf"
brew "[email protected]"
brew "rust"
brew "speedtest-cli"
brew "sqlc"
brew "syncthing"
brew "thefuck"
brew "tldr"
brew "tree"
brew "wget"
brew "xpdf"
brew "ffmpeg"
brew "yt-dlp"
brew "artginzburg/tap/sudo-touchid"
cask "alt-tab"
cask "chromium"
cask "datagrip"
cask "discord"
cask "iterm2"
cask "libreoffice"
cask "lulu"
cask "maccy"
cask "meetingbar"
cask "middleclick"
cask "monitorcontrol"
cask "obs"
cask "postman"
cask "qbittorrent"
cask "rectangle"
cask "stats"
cask "visual-studio-code"
cask "vlc"