Last active
October 7, 2022 06:40
-
-
Save upgundecha/6213af2e01efbbeecc15d2667ab15433 to your computer and use it in GitHub Desktop.
Brewfile for tools listed in https://github.com/ibraheemdev/modern-unix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# tools from https://github.com/ibraheemdev/modern-unix | |
tap "cantino/mcfly" | |
tap "clementtsang/bottom" | |
brew "bat" | |
brew "exa" | |
brew "lsd" | |
brew "git-delta" | |
brew "dust" | |
brew "duf" | |
brew "broot" | |
brew "fd" | |
brew "mcfly" | |
brew "ripgrep" | |
brew "the_silver_searcher" | |
brew "fzf" | |
brew "choose-rust" | |
brew "jq" | |
brew "sd" | |
brew "bottom" | |
brew "glances" | |
brew "hyperfine" | |
brew "gping" | |
brew "procs" | |
brew "httpie" | |
brew "curlie" | |
brew "xh" | |
brew "zoxide" | |
brew "dog" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is so awesome, you know what would be cool also, brew installing and then aliasing the old commands to the new ones!