Skip to content

Instantly share code, notes, and snippets.

@nxvipin
Last active May 5, 2022 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nxvipin/8a39a78e615f7b031893919097a03f41 to your computer and use it in GitHub Desktop.
Save nxvipin/8a39a78e615f7b031893919097a03f41 to your computer and use it in GitHub Desktop.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
export PATH="/opt/homebrew/bin:$PATH"' >> ~/.zshrc
brew install --cask keepassxc
brew install --cask emacs
brew install --cask rectangle
brew install --cask insomnia
brew install --cask docker
brew install --cask meetingbar
brew install curl
brew install git
brew install rg
brew install fzf
brew install jq
brew install kubectx
brew install ipython
brew install awscli
brew install aws-sdk
git config --global user.name "Vipin Nair"
git config --global user.email "vipin.nair01@sap.com"
# Java
curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk install java 17.0.2-open
brew install leiningen
brew install borkdude/brew/clj-kondo
# Work
brew install certigo
brew tap nathan-v/aws-okta-keyman
brew install aws_okta_keyman
brew install vmware-tanzu/pinniped/pinniped-cli
brew install krew
kubectl krew install ctx
kubectl krew install ns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment