-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
72 lines (62 loc) · 1.22 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
# Make sure we’re using the latest Homebrew
#brew 'update'
#brew 'doctor'
# Upgrade any already-installed formulae
#brew 'upgrade'
# tap's
tap 'homebrew/bundle'
#Formulaes to be installed
brew 'mas' # Mac AppStore
brew 'neovim' # Neovim
brew 'node' # Node
brew 'n' # Node Version Manager
brew 'tmux'
brew 'cmake'
brew 'ripgrep'
brew 'diff-so-fancy'
brew 'imagemagick'
brew 'mkcert'
brew 'nss'
brew 'git'
brew 'starship'
brew 'eza'
brew 'bat'
cask 'font-im-writing-nerd-font'
#
# # Remove outdated versions from the cellar
# cleanup
# Mac AppStore apps
mas 'Keynote', id: 409183694
mas 'Pages', id: 409201541
mas 'Numbers', id: 409203825
mas 'Xcode', id: 497799835
mas 'Consent-O-Matic', id: 1606897889
# swiftlint depends on xcode to be installed
brew 'swiftlint'
# GUI apps
cask 'firefox'
cask 'google-chrome'
cask 'brave-browser'
cask 'opera'
cask 'sizzy'
cask 'discord'
cask 'slack'
cask 'signal'
cask 'zoom'
cask 'rectangle'
cask 'choosy'
cask 'protonmail-bridge'
cask 'spotify'
cask 'netnewswire'
#cask 'megasync'
cask 'zsa-wally'
cask 'graphiql'
#cask 'gpg-suite'
cask 'affinity-designer'
cask 'affinity-photo'
cask 'affinity-publisher'
cask 'visual-studio-code'
cask 'epic-games'
cask 'lulu'
cask 'knockknock'
cask 'oversight'