-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
56 lines (49 loc) · 1.66 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
# Brew
## Taps
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/bundle'
## Binaries
brew 'bash' # Latest Bash version
brew 'coreutils' # Those that come with macOS are outdated
brew 'ctags' # Ctags
brew 'ffmpeg'
brew 'fzf' # FZF
brew 'git' # Git
brew 'grep'
brew 'go' # Go
brew 'htop'
brew 'httpie'
brew 'lazygit' # Lazygit
brew 'mackup'
brew 'mas' # Mac App Store manager
brew 'pkg-config'
brew 'ranger' # Ranger file explorer
brew 'ripgrep' # Recursive search
brew 'sqlite' # SQLite
brew 'trash' # Manage the Trash bin
brew 'tree' # List directories in a tree structure
brew 'neovim' # Latest neovim
## Spatie Medialibrary
brew 'jpegoptim'
brew 'optipng'
brew 'pngquant'
brew 'svgo'
brew 'gifsicle'
## Development
brew 'composer'
brew 'imagemagick'
brew 'libmemcached'
brew 'memcached'
brew 'mysql'
brew 'nginx'
brew 'node'
brew 'php'
brew 'redis'
brew 'yarn'
## Quicklook
cask 'qlmarkdown'
cask 'quicklook-json'
## Apps
cask 'warp' # Warp Terminal