created: 20190504211837442 creator: user modified: 20190522101020379 modifier: user tags: osx title: New Dev Machine type: text/vnd.tiddlywiki ; install from AppStore : xcode ; install commandline developer tools : `xcode-select --install` ; install ohmyzsh: : https://ohmyz.sh : `sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"` ; install brew: : https://brew.sh : `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"` ; install some apps: : $ `brew cask install \ 1password \ dropbox \ insomnia \ virtualbox \ flux \ iterm2 \ jetbrains-toolbox \ sizeup \ google-chrome \ slack \ sourcetree \ grandperspective \ ` ; install some tools: : $ `brew install \ git \ docker \ docker-compose \ docker-machine \ node \ n \ multitail \ unrar \ watch \ pv \ awscli \ yarn \ ` ; disable ExactVPN: : $ `sudo launchctl unload /Library/LaunchDaemons/net.pulsesecure.AccessService.plist` ; Amazon EKS : brew ; Kubernetes : $ `brew cask install minikube` : $ `brew install \ kubernetes-helm \ kompose` : $ `minikube start --host-only-cidr 192.168.100.1/24`