-
brew install git -
brew tap johanhaleby/kubetail && brew install kubetailorbrew install --HEAD kubetail -
brew install findutilsgives me gfind, which supports all the args -
brew install bash-completiongives me autocomplete for stuff like kubectl and minikube -
Upgrade Bash so that I have access to more commands, flags and to get bash completion working for kubectl
brew install bash sudo bash -c 'echo /usr/local/bin/bash >> /etc/shells' chsh -s /usr/local/bin/bash -
git autocompletion
[ -f /usr/local/etc/bash_completion ] && source /usr/local/etc/bash_completion -
git emoji support in
git loggit config --global core.pager 'less --raw-control-chars' -
keybase
brew install gpg brew tap caskroom/cask brew cask install keybase
Last active
January 13, 2019 17:45
-
-
Save carolynvs/8a10d2d62e9bc4df45b76e19a8ab5d0b to your computer and use it in GitHub Desktop.
Setup ALL THE THINGS!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment