-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Brewfile
61 lines (61 loc) · 971 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
52
53
54
55
56
57
58
59
60
61
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
tap "kryptco/tap"
brew "cask"
brew "fd"
brew "fish"
brew "ghc"
brew "git"
brew "git-delta"
brew "git-extras"
brew "git-lfs"
brew "gnu-sed"
brew "gnupg"
brew "go"
brew "htop"
brew "kubernetes-cli"
brew "maven"
brew "nano"
brew "nmap"
brew "python"
brew "rename"
brew "ripgrep"
brew "ruby"
brew "rust"
brew "tldr"
brew "tree"
brew "unison"
brew "vim"
brew "watch"
brew "wget"
brew "youtube-dl"
cask "android-platform-tools"
cask "cryptomator"
cask "docker"
cask "dotnet-sdk"
cask "dropbox"
cask "firefox"
cask "google-chrome"
cask "google-drive"
cask "iterm2"
cask "jetbrains-toolbox"
cask "keepassxc"
cask "libreoffice"
cask "macpass"
cask "onedrive"
cask "packages"
cask "podman"
cask "scribus"
cask "signal"
cask "skype"
cask "steam"
cask "temurin"
cask "temurin17"
cask "thunderbird"
cask "visualvm"
cask "vlc"
cask "wireshark"