setupShell
includes the basic alias and settings I need after installing a new Linux machine
Basic Installation
This will install zsh and oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/harryi3t/.setupShell/master/install.sh)"This will source the plugins into your zshrc file
echo "source ~/.zshrc-plugin" >> ~/.zshrc source ~/.zshrc
To modify the autocompletion color refer the chart below
Choose a color number XXX from the chart and run
UPDATE_HIGHLIGHT_COLOR XXX
