-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add one more Homebrew package for automatic installation
- Loading branch information
1 parent
66c9dee
commit 8695e61
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -266,9 +266,10 @@ function install_homebrew_packages() { | |
# The formulae are mostly CLI tools easily installable through | ||
# Linuxbrew | ||
readonly formulae=( | ||
"azure-cli" "btop" "cmatrix" "exa" "fd" "gcc" "gh" "glow" "httpie" | ||
"[email protected]" "mdbook" "neofetch" "neovim" "oci-cli" "poetry" "pre-commit" | ||
"ripgrep" "rustup-init" "starship" "shellcheck" "stow" "usql" "zsh" | ||
"azure-cli" "btop" "cmatrix" "cookiecutter" "exa" "fd" "gcc" "gh" | ||
"glow" "httpie" "[email protected]" "mdbook" "neofetch" "neovim" "oci-cli" | ||
"poetry" "pre-commit" "ripgrep" "rustup-init" "starship" | ||
"shellcheck" "stow" "usql" "zsh" | ||
) | ||
|
||
# Setup the Homebrew taps | ||
|