https://github.com/cybensis/cybensis-zsh-theme
My custom Oh-My-ZSH theme based on af-magic with a pastel colour scheme
https://github.com/cybensis/cybensis-zsh-theme
Last synced: 8 days ago
JSON representation
My custom Oh-My-ZSH theme based on af-magic with a pastel colour scheme
- Host: GitHub
- URL: https://github.com/cybensis/cybensis-zsh-theme
- Owner: cybensis
- License: gpl-3.0
- Created: 2023-03-08T04:11:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T06:06:02.000Z (over 2 years ago)
- Last Synced: 2024-04-16T17:30:18.747Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 882 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-zsh-plugins - cybensis - Based on [af-magic](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/af-magic.zsh-theme). Includes decorators for `git` information, `hg` information, and python virtualenv. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - cybensis - Based on <b><code>182718⭐</code></b> <b><code> 26277🍴</code></b> [af-magic](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/af-magic.zsh-theme)). Includes decorators for `git` information, `hg` information, and python virtualenv. (Themes / ZSH on Windows)
README
# 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
```sh
sudo apt-get install zsh
```
2. Install oh-my-zsh
```sh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```
3. Download the required plugins
```sh
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
```
4. Download this repo and move the files into their required places
```sh
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
```