-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
110 lines (107 loc) · 2.05 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# Add sources for brew
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/services"
tap "romkatv/powerlevel10k"
# Install brew packages
brew "autoconf"
brew "awscli"
brew "coreutils"
brew "curl"
brew "dockutil"
brew "findutils"
brew "git"
brew "grep"
brew "hugo"
brew "htop"
brew "jq"
brew "lsd"
brew "mas"
brew "node"
brew "svn"
brew "tor"
brew "tree"
brew "romkatv/powerlevel10k/powerlevel10k"
brew "rust"
brew "webp"
brew "wget"
brew "zola"
brew "zsh"
brew "zsh-autosuggestions"
brew "zsh-completions"
brew "zsh-syntax-highlighting"
brew "zsh-history-substring-search"
# Install brew casks
cask "1password"
cask "1password-cli"
cask "alfred"
cask "angry-ip-scanner"
cask "atext"
cask "backblaze"
cask "bartender"
cask "bettertouchtool"
cask "calibre"
cask "chrysalis"
cask "cleanmymac"
cask "expressions"
cask "firefox"
cask "flux"
cask "hazel"
cask "imageoptim"
cask "istat-menus"
cask "iterm2"
cask "keyboard-maestro"
cask "keyboardcleantool"
cask "libreoffice"
cask "netnewswire"
cask "numi"
cask "obsidian"
cask "rectangle"
cask "rocket"
cask "screenflow"
cask "shottr"
cask "sourcetree"
cask "visual-studio-code"
cask "transmit"
cask "vlc"
cask "zoom"
# Install brew fonts
cask "font-fira-code"
cask "font-jetbrains-mono-nerd-font"
cask "font-jetbrains-mono"
cask "font-open-sans"
cask "font-noto-sans"
cask "font-roboto"
cask "font-roboto-mono"
cask "font-roboto-slab"
cask "font-montserrat"
cask "font-lato"
cask "font-source-code-pro"
cask "font-source-sans-pro"
cask "font-raleway"
cask "font-oswald"
cask "font-poppins"
cask "font-merriweather"
cask "font-pt-sans"
cask "font-ubuntu"
cask "font-cuprum"
cask "font-oxygen"
cask "font-redhat"
cask "font-space-mono"
cask "font-monoid"
cask "font-milonga"
cask "font-anton"
cask "font-3270"
cask "font-abel"
cask "font-montserrat"
cask "font-playfair-display"
cask "font-ia-writer-mono"
cask "font-ia-writer-duo"
cask "font-ia-writer-quattro"
cask "font-im-writing-nerd-font"
cask "font-ia-writer-duospace"
cask "font-meslo-lg-nerd-font"
cask "font-fontawesome"
cask "font-jetbrains-mono"