-
Notifications
You must be signed in to change notification settings - Fork 0
/
brew.sh
43 lines (38 loc) · 1.02 KB
/
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
#!/bin/bash
if which brew
then
echo 'brew exists'
else
echo 'brew install'
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
fi
# Essential
brew install --cask google-chrome
brew install --cask wechat
brew install --cask youdaodict
# # functional
brew install --cask AppCleaner
brew install --cask zazu
brew install --cask vanilla
brew install --cask steermouse
brew install --cask notion
brew install --cask rectangle
brew install --cask caffeine
brew install --cask rar
# # DS
brew install --cask iterm2
brew install --cask sourcetree
brew install --cask visual-studio-code
brew install --cask qlstephen qlcolorcode qlmarkdown quicklook-json qlimagesize
brew install --cask jupyter-notebook-viewer
# personal
# brew install --cask IINA
# brew install --cask thunder
# brew install --cask sogouinput
# bash packages
brew install wget
brew install tldr
brew install htop
brew install tree