-
Notifications
You must be signed in to change notification settings - Fork 0
/
maritimeoptimatools.sh
49 lines (36 loc) · 1.08 KB
/
maritimeoptimatools.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
#!/usr/bin/env bash
set -euo pipefail
sudo -v
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Applications
brew install --cask slack
brew install --cask 1password
brew install --cask figma
# Browsers
brew install --cask google-chrome
brew install --cask google-chrome-canary
brew install --cask firefox
brew install --cask firefox-nightly
# Development
brew cask install docker
brew cask install virtualbox
brew install azure-cli
brew install kubectl
brew install kubectx
brew install jq
brew install cmake
brew install cfssl
brew install protobuf
brew install argoproj/tap/argo
brew install --cask android-studio
brew install --cask osxfuse
brew install datawire/blackbird/telepresence
# RVM
brew install gnupg
gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
\curl -sSL https://get.rvm.io | bash -s stable --ruby
brew install node
npm install -g react-native-cli
npm install -g nodemon
brew install fzf
$(brew --prefix)/opt/fzf/install --all