-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathsetup-brew.sh
53 lines (48 loc) · 1.09 KB
/
setup-brew.sh
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
41
42
43
44
45
46
47
48
49
50
51
52
53
# Upgrade brew
brew upgrade
# Add some taps
brew tap joedrago/repo
brew tap homebrew/cask-versions
# Install CLI tools
brew install awscli
brew install deno
brew install fd
brew install fish
brew install git
brew install hugo
brew install jesseduffield/lazygit/lazygit
brew install jq
brew install neovim
brew install oven-sh/bun/bun
brew install pnpm
brew install ripgrep
brew install rustup-init
brew install webp
brew install yazi
# Install casks
brew install 1password
brew install discord
brew install --cask docker
brew install figma
brew install firefox
brew install firefox@developer-edition
brew install forklift
brew install --cask ghostty
brew install google-chrome
brew install google@chrome-canary
brew install imageoptim
brew install insomnia
brew install logi-options+
brew install polypane
brew install raycast
brew install safari-technology-preview
brew install screen-studio
brew install signal
brew install slack
brew install tuple
brew install visual-studio-code
brew install zed
# Install tap formulas
brew install joedrago/repo/avifenc
# Remove outdated versions from the cellar.
brew cleanup