If you want to use my custom binaries/scripts and/or my
.bashrc file, add the following lines somewhere in your ~/.bashrc:
export TIMZWIEBEL_LINUX="<path_to_this_repository>" # e.g., "${HOME}/linux"
export PATH="${PATH}:${TIMZWIEBEL_LINUX}/bin"
source "${TIMZWIEBEL_LINUX}/config/bash/.bashrc"Alternatively, you can simply copy/paste parts of my .bashrc file into your
~/.bashrc file.