Things i spiced up for my omz experience
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
DISABLE_MAGIC_FUNCTIONS="true"
: If pasting stuff into the console has some weird 200 formatting issuesENABLE_CORRECTION="true"
: To enable corrections when typing a false command
plugins=(git zsh-autosuggestions zsh-autocomplete docker zsh-syntax-highlighting)
edit the .zshrc with nano ~/.zshrc and refresh it with source ~/.zshrc (MacOS and Linux)
git
: git stuff (preinstalled)docker
: well.. docker stuff (preinstalled)
clone the following into the custom plusings forlder of the omz installation (usually located at
~/.oh-my-zsh/custom/plugins