-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
executable file
·44 lines (39 loc) · 924 Bytes
/
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
# Taps
tap 'homebrew/cask'
tap 'homebrew/cask-versions'
tap 'homebrew/bundle'
# Binaries
brew 'bash' # Latest Bash version
brew 'coreutils' # Those that come with macOS are outdated
brew 'git' # Latest Git version
brew 'httpie' # CLI HTTP client
brew 'mackup' # Backup application specific configuration
brew 'mas' # Mac App Store manager
brew 'trash' # Manage the Trash bin
brew 'tree' # List directories in a tree structure
# Neovim
brew 'ripgrep'
brew 'fd'
# Development
brew 'gh' # GitHub CLI
brew 'composer'
brew 'node'
brew 'yarn'
brew 'orbstack' # Docker replacement
# Apps
cask '1password'
cask '1password-cli'
cask 'appcleaner'
cask 'discord'
cask 'brave-browser'
cask 'iterm2'
cask 'spotify'
cask 'tableplus'
cask 'the-unarchiver'
cask 'visual-studio-code'
cask 'whatsapp'
cask 'notion'
# Mac App Store
mas 'Bear', id: 1091189122
mas 'Medis 2 - GUI for Redis', id: 1579200037
mas 'Hidden Bar', id: 1452453066