Last active
April 7, 2021 08:55
-
-
Save dchakro/4d59428adaf3dd40183dcfa53bfecc91 to your computer and use it in GitHub Desktop.
Make OSX great Again!
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
## Mac OS is my favorite operating system but some of the bundled CLI tools are either outdated or slow to the new-age counterparts | |
# With the hardworks of people over at Homebrew, getting alternatives is a breeze. | |
## Here's how to do it: | |
# STEP-1 Install brew.sh | |
# Visit https://brew.sh | |
# STEP-2 Install brewlog (allow you to keep a log of brew activity, i.e. where the files are installed, what modifications [if any] were done) | |
# Visit https://github.com/dchakro/brewlog | |
# STEP-3 Install | |
# A) better than what MacOS ships with | |
brewlog install gzip less nano grep coreutils git htop imagemagick openssh rsync rclone tmux xxhash xz gawk watch gcc pigz | |
# B) Rust speedsters | |
brewlog install bat exa fd sd dust bandwhich hyperfine ytop ripgrep | |
# C) Misc and casks | |
brewlog install bitwarden-cli git-filter-repo iperf3 | |
# alacritty - fast terminal emulator | |
# maccy - clipboard amnager | |
# joplin - keeper of the notes (j.k. Note-taking app) | |
# osxfuse - mount FUSE volumes | |
# ql* - quicklook extensions | |
# (Also checkout https://github.com/sbarex/SourceCodeSyntaxHighlight) | |
brewlog cask install alacritty maccy joplin osxfuse qlmarkdown qlimagesize ql stephen qlvideo qlcolorcode quicklook-csv | |
# OPTIONAL | |
# bandwhich has more functionality but bmon can run without sudo | |
brewlog install bmon | |
# curl does most things for me | |
brewlog install wget |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment