Skip to content

Commit

Permalink
add one more Homebrew package for automatic installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarmos-san committed Aug 18, 2023
1 parent 66c9dee commit 8695e61
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8695e61

Please sign in to comment.