Last active
October 15, 2022 04:57
-
-
Save scfcode/4b4876aacb44892b66ab0ff162d1e413 to your computer and use it in GitHub Desktop.
Some Useful brew installations #macos #homebrew #brew
This file contains hidden or 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
| brew install rar | |
| brew install iperf3 | |
| brew install cmake | |
| brew tap homebrew/cask-fonts # https://github.com/ryanoasis/nerd-fonts/blob/master/readme.md#option-4-homebrew-fonts | |
| brew install --cask font-hack-nerd-font # https://github.com/ryanoasis/nerd-fonts/blob/master/readme.md#option-4-homebrew-fonts | |
| brew install coreutils | |
| brew install lsd | |
| brew install zsh | |
| brew install --cask vscodium | |
| brew install rust | |
| brew install bat | |
| brew install exa | |
| brew install broot | |
| brew install gh | |
| brew install fzf | |
| /usr/local/opt/fzf/install | |
| brew install gzip | |
| brew install 7-zip | |
| brew install --cask lepton | |
| brew install duf | |
| brew install ncdu | |
| brew install cheat # https://github.com/cheat/cheat | |
| brew install tldr | |
| brew install nnn | |
| brew install peco | |
| brew reinstall peco | |
| brew install ripgrep | |
| brew install z | |
| brew install choose-rust # https://github.com/theryangeary/choose | |
| brew install jesseduffield/lazygit/lazygit # https://github.com/jesseduffield/lazygit#homebrew |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment