-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinstall.sh
More file actions
45 lines (38 loc) · 1.94 KB
/
install.sh
File metadata and controls
45 lines (38 loc) · 1.94 KB
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
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
brew install yarn
brew install awscli
brew install getantibody/tap/antibody
brew install zsh-autosuggestions
brew cask install hyper
brew cask install visual-studio-code
brew cask install google-chrome
brew cask install firefox
brew cask install docker
brew install kubectl
brew install minikube
brew install helm
helm repo add stable https://kubernetes-charts.storage.googleapis.com
curl -o- https://raw.githubusercontent.com/jrwebdev/dev-environment/master/.gitconfig > ~/.gitconfig
curl -o- https://raw.githubusercontent.com/jrwebdev/dev-environment/master/.zshrc > ~/.zshrc
curl -o- https://raw.githubusercontent.com/jrwebdev/dev-environment/master/.hyper.js > ~/.hyper.js
curl -o- https://raw.githubusercontent.com/jrwebdev/dev-environment/master/vscode-settings.json > ~/Library/Application\ Support/Code/User/settings.json
mkdir -p ~/.zsh/completion
curl -L https://raw.githubusercontent.com/docker/compose/1.25.3/contrib/completion/zsh/_docker-compose > ~/.zsh/completion/_docker-compose
npm install --global pure-prompt
code --install-extension esbenp.prettier-vscode
code --install-extension ms-vscode.atom-keybindings
code --install-extension zhuangtongfa.material-theme
code --install-extension waderyan.gitblame
code --install-extension andys8.jest-snippets
code --install-extension ms-azuretools.vscode-docker
code --install-extension wayou.vscode-todo-highlight
code --install-extension visualstudioexptteam.vscodeintellicode
code --install-extension dbaeumer.vscode-eslint
code --install-extension jpoissonnier.vscode-styled-components
code --install-extension prisma.vscode-graphql
code --install-extension octoref.vetur
code --install-extension formulahendry.auto-rename-tag
code --install-extension formulahendry.auto-close-tag
code --install-extension csstools.postcss
mkdir ~/web