-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBrewfile
More file actions
38 lines (34 loc) · 720 Bytes
/
Copy pathBrewfile
File metadata and controls
38 lines (34 loc) · 720 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
# Various upstream formulas to add for homebrew to search through
tap "homebrew/bundle"
tap "homebrew/core"
tap "homebrew/services"
# All the packages I like
brew "coreutils"
brew "git"
brew "gnu-sed"
brew "gnu-tar"
brew "go"
brew "htop"
brew "jq"
brew "mas"
brew "mpv"
brew "neovim"
brew "node"
brew "openssh"
brew "python"
brew "reattach-to-user-namespace"
brew "ripgrep"
brew "ruby"
brew "sqlite"
brew "the_silver_searcher"
brew "wget"
brew "bitwarden-cli"
cask "docker"
cask "slack"
cask "zoom"
cask "iterm2"
cask "bitwarden"
cask "homebrew/cask-fonts/font-sauce-code-pro-nerd-font"
cask "homebrew/cask-fonts/font-source-code-pro"
cask "homebrew/cask-fonts/font-symbols-only-nerd-font"
# vim: set filetype=ruby: