-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.sh
53 lines (44 loc) · 1.43 KB
/
install.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
# !/bin/bash
# install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo '# Set PATH, MANPATH, etc., for Homebrew.' >> /Users/$USER/.zprofile
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/$USER/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
# install via brew
brew install mas
brew install node@18
brew install yarn --ignore-dependencies
# zsh is default in MacOS Catalina
# brew "zsh"
mas install 869223134
mas install 803453959
mas install 1429033973
mas install 937984704
mas install 540348655
brew install postman
brew install sourcetree
brew install google-chrome
brew install iterm2
brew install discord
brew install fig
brew install nvm
mkdir ~/.nvm
sudo xattr -dr com.apple.quarantine /Applications/Postman.app
open /Applications/Postman.app
sudo xattr -dr com.apple.quarantine /Applications/Sourcetree.app
open /Applications/Sourcetree.app
sudo xattr -dr com.apple.quarantine /Applications/Google\ Chrome.app
open /Applications/Google\ Chrome.app
sudo xattr -dr com.apple.quarantine /Applications/iTerm.app
open /Applications/iTerm.app
sudo xattr -dr com.apple.quarantine /Applications/Discord.app
open /Applications/Discord.app
sudo xattr -dr com.apple.quarantine /Applications/Fig.app
open /Applications/Fig.app
cp -a ./fonts/. ~/Library/Fonts
# configure VSCode
chmod 755 ./vscode/install.sh
./vscode/install.sh
# configure zsh
chmod 755 ./zsh/install.sh
./zsh/install.sh