-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev_kit_macos.sh
More file actions
executable file
·24 lines (20 loc) · 894 Bytes
/
dev_kit_macos.sh
File metadata and controls
executable file
·24 lines (20 loc) · 894 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
brew install --cask docker
brew install --cask dbeaver-community
brew install --cask iterm2
brew install --cask postman
brew install --cask visual-studio-code
brew install --cask github
code --install-extension eamodio.gitlens
code --install-extension esbenp.prettier-vscode
code --install-extension hashicorp.terraform
code --install-extension ms-azuretools.vscode-docker
code --install-extension jakebecker.elixir-ls
code --install-extension outstand.outstand-elixir-ls
code --install-extension saratravi.elixir-formatter
code --install-extension phoenixframework.phoenix
code --install-extension ms-vscode-remote.remote-containers
code --install-extension ms-vsliveshare.vsliveshare
code --install-extension github.copilot
code --install-extension github.copilot-chat
brew install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"