Last active
May 5, 2022 21:27
-
-
Save nxvipin/8a39a78e615f7b031893919097a03f41 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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 "[email protected]" | |
# 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