-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
47 lines (44 loc) · 790 Bytes
/
Brewfile
File metadata and controls
47 lines (44 loc) · 790 Bytes
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
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
brew "git"
brew "gh"
brew "glab"
brew "git-credential-manager"
brew "openssl@3"
brew "pyenv"
brew "pyenv-virtualenv"
brew "rbenv"
brew "ruby-build"
brew "pipx"
brew "asdf"
brew "go"
brew "rustup-init"
brew "volta"
brew "nvm"
brew "colima"
brew "podman"
brew "mas"
brew "starship"
brew "zsh-autosuggestions"
brew "zsh-syntax-highlighting"
brew "ansible"
brew "chezmoi"
cask "iterm2"
cask "docker"
cask "podman-desktop"
cask "visual-studio-code"
cask "jetbrains-toolbox"
cask "raycast"
cask "alfred"
cask "hammerspoon"
cask "tableplus"
cask "postico"
cask "mongodb-compass"
cask "charles"
cask "proxyman"
cask "wireshark"
cask "utm"
cask "font-jetbrains-mono-nerd-font"
cask "font-meslo-lg-nerd-font"