-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.brew.sh
51 lines (41 loc) · 918 Bytes
/
.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
#!/usr/bin/env bash
# Install command-line tools using Homebrew
# Make sure we’re using the latest Homebrew
brew update
# Upgrade any already-installed formulae
brew upgrade
# Save Homebrew’s installed location.
BREW_PREFIX=$(brew --prefix)
# Install GnuPG to enable PGP-signing commits
brew install gnupg
brew install pinentry-mac
# Install other useful binaries
brew install 1password
brew install bartender
brew install eloston-chromium
brew install figma
brew install firefox
brew install git
brew install istat-menus
brew install iterm2
brew install loom
brew install kap
brew install slack
brew install sublime-text
# Install via App Store
# Amphetamine
# Highlights
# iA Writer
# Redacted
# Install via web
# Ableton Live 11 Lite
# Logi Capture
# NetNewsWire
# Obsidian
# Raycast
# Sleeve
# UA Connect
# Disable analytics
brew analytics off
# Remove outdated versions from the cellar
brew cleanup