cybensis / cybensis-zsh-theme

My custom Oh-My-ZSH theme based on af-magic with a pastel colour scheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cybensis-zsh-theme

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.

 

How to install

  1. Install zsh with your OS's package manager
sudo apt-get install zsh
  1. Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  1. 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
  1. 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

About

My custom Oh-My-ZSH theme based on af-magic with a pastel colour scheme

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%