-
Notifications
You must be signed in to change notification settings - Fork 0
/
.brew
40 lines (35 loc) · 785 Bytes
/
.brew
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#!/bin/sh
echo -e "\\n\\nInstalling brew packages"
echo "=============================="
echo "\\n"
# Make sure we’re using the latest Homebrew.
brew update
# Upgrade any already-installed formulae.
brew upgrade
brew install asdf
brew install composer
brew install coreutils
brew install curl
brew install direnv
brew install drud/ddev/ddev
brew install erlang
brew install ffmpeg
brew install flyctl
brew install gh
brew install git
brew install go
brew install grep
brew install imagemagick
brew install make
brew install mysql
brew install openssh
brew install pnpm
brew install postgresql
brew install python
brew install stripe/stripe-cli/stripe
brew install wget
brew install wireguard-tools
brew install z
brew install zsh
brew install zsh-autosuggestions
mkcert -install