-
install spotify https://www.spotify.com/us/download/mac/
-
install whatsapp https://www.whatsapp.com/download
-
install authy https://authy.com/download/
-
install slack https://slack.com/downloads/mac
-
install postman https://www.postman.com/downloads/
-
install sublime text https://www.sublimetext.com/3
- open sublime from command line https://ashleynolan.co.uk/blog/launching-sublime-from-the-terminal
-
install docker https://www.docker.com/products/docker-desktop
-
install vscode https://code.visualstudio.com/docs/setup/mac#_installation
- Open the Command Palette (⇧⌘P) and type 'shell command' to find the Shell Command: Install 'code' command in PATH command.
-
K8s Lens https://k8slens.dev/?ref=stackshare
-
install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
-
install iterm
brew install iterm2 --cask
- Oh My Zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- powerlvl10k
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/powerlevel10k
- autosuggestions
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
- Syntax highlighting
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
- Oh My Zsh
-
k8s
- brew install kubernetes-cli
- brew install kubectl
-
ibm cloud https://cloud.ibm.com/docs/cli
-
gcloud cli https://cloud.google.com/sdk/docs/quickstart-macos
-
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
-
awesome screen saver
- brew install --cask aerial
-
Better snap tool for window management https://apps.apple.com/us/app/bettersnaptool/id417375580?mt=12
-
install python and manage environments
- https://docs.python-guide.org/starting/install3/osx/#pipenv-virtual-environments
- brew install python
- ln -s /usr/local/bin/python3 /usr/local/bin/python
- ln -s /usr/local/bin/pip3 /usr/local/bin/pip
- brew install pyenv
- install python (3.6 because tensorflow https://www.tensorflow.org/install/pip#1.-install-the-python-development-environment-on-your-system) 1. pyenv install 3.6.8
-
setup tmux
- mkdir ~/env
- mkdir ~/env/virtual_env
- virtualenv --system-site-packages -p python3 ~/env/virtual_env/power_overwhelimg alias power_overwhelimg="source ~/env/virtual_env/power_overwhelming/bin/activate"
eval "$(pyenv init --path)" eval "$(pyenv init -)"