Storing my zshrc for macOS or linux Config changes are allowed
Feel free to add your suggestions ;)
Needs to be stored in homedirectory, with name convention ".zshrc" for use.
cd /tmp
git clone https://github.com/pheiduck/zshlab.git
cd zshlab
cat zshrc
> Copy Content
vim ~/.zshrc
> Past Content
cd /tmp
git clone https://github.com/pheiduck/zshlab.git
cd zshlab/.oh-my-zsh/custom/themes
cp zshlab.zsh-theme ~/.oh-my-zsh/custom/themes/
vim ~/.zshrc
...
ZSH_THEME="zshlab"
...