document purpose of some brew formulaes
This commit is contained in:
parent
24501b7cbc
commit
f81d7101bf
7
Brewfile
7
Brewfile
@ -29,15 +29,22 @@ brew "ripgrep"
|
|||||||
brew "twpayne/taps/chezmoi"
|
brew "twpayne/taps/chezmoi"
|
||||||
brew "tmux"
|
brew "tmux"
|
||||||
brew "node"
|
brew "node"
|
||||||
|
# Fasd (pronounced similar to "fast") is a command-line productivity booster. https://github.com/clvv/fasd
|
||||||
brew "fasd"
|
brew "fasd"
|
||||||
|
# Simplistic interactive filtering tool https://github.com/peco/peco
|
||||||
brew "peco"
|
brew "peco"
|
||||||
|
# Tig is an ncurses-based text-mode interface for git.
|
||||||
brew "tig"
|
brew "tig"
|
||||||
|
# OS X: Get Full Path of File Using Realpath
|
||||||
brew "realpath"
|
brew "realpath"
|
||||||
brew "mackup"
|
brew "mackup"
|
||||||
|
# Lynx is a fully featured World-Wide Web browser for terminal users. https://invisible-island.net/lynx/
|
||||||
brew "lynx"
|
brew "lynx"
|
||||||
brew "colordiff"
|
brew "colordiff"
|
||||||
|
# Proxy server that works as a poor man's VPN
|
||||||
brew "sshuttle"
|
brew "sshuttle"
|
||||||
brew "ansible"
|
brew "ansible"
|
||||||
|
# Next gen ls command https://github.com/Peltoche/lsd
|
||||||
brew "lsd"
|
brew "lsd"
|
||||||
brew "swi-prolog"
|
brew "swi-prolog"
|
||||||
brew "logtalk"
|
brew "logtalk"
|
||||||
|
Loading…
Reference in New Issue
Block a user