Last active
June 9, 2023 18:32
-
-
Save ghostsquad/e3539787a845a2f724bc47fb50295902 to your computer and use it in GitHub Desktop.
terminal/home setup
This file contains 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
# https://github.com/wagoodman/dive | |
# https://github.com/hadolint/hadolint | |
# https://www.shellcheck.net/ | |
# https://github.com/johanhaleby/kubetail | |
# https://github.com/wercker/stern | |
# https://httpie.org/ | |
# https://github.com/Versent/saml2aws#osx | |
# https://asdf-vm.com/#/core-manage-asdf-vm | |
brew tap \ | |
versent/homebrew-taps | |
allcloud-io/tools | |
brew install \ | |
bash \ | |
coreutils \ | |
findutils \ | |
moreutils \ | |
gnu-tar \ | |
gnu-sed \ | |
gawk \ | |
gnutls \ | |
gnu-indent \ | |
gnu-getopt \ | |
grep \ | |
shellcheck \ | |
stern \ | |
httpie \ | |
wget \ | |
gpg \ | |
asdf \ | |
bash \ | |
git \ | |
k3d \ | |
kubie \ | |
vivid \ | |
clisso \ | |
git \ | |
git-flow \ | |
derailed/k9s/k9s \ | |
helm \ | |
tree \ | |
jq \ | |
argocd \ | |
dive \ | |
chroma \ | |
; | |
brew tap homebrew/cask-fonts | |
brew install --cask font-fira-mono-nerd-font | |
brew install --cask font-fira-code-nerd-font | |
# https://asdf-vm.com/guide/getting-started.html#_3-install-asdf | |
echo -e "\n. $(brew --prefix asdf)/libexec/asdf.sh" >> ${ZDOTDIR:-~}/.zshrc | |
# others, need to resolve: dive ctop watch | |
# https://github.com/canonical/multipass | |
brew install --cask multipass | |
# https://gist.github.com/troyfontaine/18c9146295168ee9ca2b30c00bd1b41e | |
# https://gpgtools.org/ | |
# Setting up local CA | |
# https://deliciousbrains.com/ssl-certificate-authority-for-local-https-development/ | |
# https://coderwall.com/p/h6yfda/use-and-to-jump-forwards-backwards-words-in-iterm-2-on-os-x | |
# http://teohm.com/blog/working-effectively-with-iterm2/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment