B"H
I use it to collect all my dotfiles, mostly bash aliases and functions i'm using frequently (kubectl, git, etc..)
So whenever i use new computer or vm on regular base i just clone it to $HOME, source it and here i have my custom shell
Note: this demo is not updated to latest changes
asciinema Here you can copy the commands shown in the gif
cat dotfiles/add-to-dot-bash >> .bashrc
Change to ~/.bashrc
or ~/.bash_profile
, if you not sure do the same for both.
Kubernetes Prompt (PS1) Can be enabled and disabled by running the commands
# To Disable the kubernetes prompt.
disable_k8s_ps1
# To Enable the kubernetes prompt.
enable_k8s_ps1