Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 494 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 494 Bytes

Personal Dotfiles

./install.sh

Not using a dotfiles manager tool yet, this will setup:

  • zsh + oh-my-zsh
  • vim
  • kubectl krew plugins

Note: The install will overwrite existing configurations without prompting.

Don't forget to setup ~/.dotfilesrc with anything that might change between hosts, like:

KUBERNETES_DIAGNOSTIC_IMAGE=
KUBERNETES_DIAGNOSTIC_SECRET=
SALT_GIT_ROOT_LOCATIONS=("${HOME}/Documents/Code/salt" "${HOME}/Documents/Code/some-other-place")