An oh-my-zsh theme based on the standard af-magic theme but with a pastel colour scheme. Plugins include git, autosuggestions and syntax highlighting.
- Install zsh with your OS's package manager
sudo apt-get install zsh
- Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- Download the required plugins
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
- Download this repo and move the files into their required places
git clone https://github.com/cybensis/cybensis-zsh-theme
cd cybensis-zsh-theme
mv .zshrc ~/.zshrc
mv ./cybensis.zsh-theme ~/.oh-my-zsh/themes/cybensis.zsh-theme