pixeljae / px-rose-pine.zsh

A recoloring of agnoster theme to rose-pine colors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Rosé Pine theme for Oh-My-Zsh

Note

This is a personal theme and has not been approved by the original author. It combines the functions of agnoster theme with the colors of rose pine.

Installation

Head to a folder and clone the git there $ git clone https://github.com/pixeljae/px-rose-pine.zsh

Create a custom directory for oh-my-zsh

$ cd ~/your_custom_zsh_directory
$ mkdir themes

Move the files from cloned git to custom directory

$ mv ~/where-you/saved-git ~/your_custom_zsh_directory/themes

Set the custom directory and theme by editing your .zshrc and entering the following

ZSH_CUSTOM=$HOME/your_custom_zsh_directory
ZSH_THEME="px-rose-pine"

About

A recoloring of agnoster theme to rose-pine colors


Languages

Language:Shell 100.0%