-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Brewfile
55 lines (50 loc) · 1 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
# This is a standard set of tools, installable on just about any Mac you use
# To install personal apps (not on a work machine), run `brew bundle --file .Brewfile.personal`
#
# Core setup
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "buo/cask-upgrade" # upgrade cask installed apps via `brew cu`
tap "homebrew/cask-fonts"
brew "coreutils"
# deps?
brew "cmake"
brew "curl"
brew "libidn2"
brew "gnutls"
brew "gnupg"
brew "openssl@3"
brew "sqlite"
# git and github
brew "gh"
brew "git"
brew "git-lfs"
# handy tools
brew "asdf"
brew "jq"
brew "pandoc"
brew "tcptraceroute"
brew "tldr"
brew "tmux"
brew "watchman"
brew "wget"
brew "starship"
brew "eza"
brew "ripgrep"
brew "fzf"
# Mac apps, sideloaded
# Upgrade with `brew cu -a --interactive`
cask "bbedit"
cask "iterm2"
cask "macvim"
cask "nova"
cask "visual-studio-code"
cask "safari-technology-preview"
cask "utm"
cask "obsidian"
cask "raycast"
# fonts!
cask "font-sauce-code-pro-nerd-font"
cask "font-league-gothic"
cask "font-monaspace-nerd-font"