-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
27 lines (24 loc) · 1.11 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
# https://github.com/Homebrew/homebrew-bundle
brew "fzf"
brew "hub"
brew "tig"
brew "zsh-syntax-highlighting"
brew "difftastic"
brew "ripgrep" # rg
brew 'tldr' # short info about shell commands
brew 'vim' # macOS vim doesn't support powerline status
brew 'trash'
brew 'ripgrep-all' # ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz
brew 'poppler' # needed to serach inside pdf files with ripgrep-all
brew 'bat' # a cat clone with syntax highlight and git support
brew 'fd' # a simple, fast and user-friendly alternative to find
brew 'shellcheck' # a static analysis tool for shell scripts
brew 'httpie' # human-friendly CLI HTTP client
brew 'yq' # a lightweight and portable command-line YAML, JSON and XML processor
brew 'jq' # a lightweight and flexible command-line JSON processor
brew 'ssed' # super sed stream editor
brew 'sd' # an intuitive find & replace CLI https://github.com/chmln/sd
brew 'wget'
brew 'broot' # A better way to navigate directories https://github.com/Canop/broot
# Cask
brew install --cask rectangle # A window management app based on Spectacle https://github.com/rxhanson/Rectangle