Skip to content

Commit

Permalink
🔧 (brew ): Add more formulae, refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Jul 2, 2024
1 parent 38d8bb5 commit d68461e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions scripts/brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ formulae=(
zsh-syntax-highlighting
zsh-history-substring-search

# Install moder versions of system tools
curl
gnu-sed
make
wget

# Install git & co
gh
git
Expand All @@ -42,10 +48,6 @@ formulae=(
git-crypt
diff-so-fancy

# Install wget & curl
wget
curl

# Install scripting languagues
node
ruby
Expand All @@ -61,6 +63,7 @@ formulae=(

# Install useful tools
ack
jq
tree
neovim
pandoc
Expand All @@ -73,6 +76,7 @@ formulae=(
stlink
ccache
fastlane
mise
open-ocd
swiftformat
clang-format
Expand Down

0 comments on commit d68461e

Please sign in to comment.