-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrew.sh
More file actions
executable file
·47 lines (41 loc) · 985 Bytes
/
brew.sh
File metadata and controls
executable file
·47 lines (41 loc) · 985 Bytes
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
#!/bin/zsh
# Make sure we're using the latest Homebrew.
brew update
# Upgrade any already-installed formulae.
brew upgrade
# Install packages
brew install wget
brew install zsh-completions
brew install stow
# Install completions.
#brew install docker-completion
#brew install docker-compose-completion
# Install casks
## System Essentials
brew install itsycal
## Other
brew install 1password
brew install google-chrome
brew install sublime-text
brew install sublime-merge
brew install sourcetree
brew install typora
brew install --cask docker
brew install slack
brew install signal
brew install whatsapp
brew install skype
brew install google-drive
brew install dropbox
brew install microsoft-office
brew install adobe-creative-cloud
brew install spotify
brew install surfshark
brew install cloudflare-warp
brew install keka
brew install cyberduck
brew install pingplotter
brew install vlc
brew install --cask transmission
# Remove outdated versions from the cellar
brew cleanup