Gogh-Co / Gogh

Gogh is a collection of color schemes for various terminal emulators, including Gnome Terminal, Pantheon Terminal, Tilix, and XFCE4 Terminal also compatible with iTerm on macOS.
https://gogh-co.github.io/Gogh/
MIT License
9.22k stars 586 forks source link

color scheme does not work in pantheon-terminal #32

Closed lharti closed 8 years ago

lharti commented 8 years ago

what i need to do to make it work? screenshot from 2016-02-24 14 47 03

Mgldvd commented 8 years ago

Read the documentation :) Edit .bashrc file https://github.com/Mayccoll/Gogh/blob/master/content/install.md#elementary-os

lharti commented 8 years ago

I already followed all the steps in the documentation Before i edited .bashrc file screenshot from 2016-02-24 18 18 53 After i edited .bashrc file

screenshot from 2016-02-24 18 20 29 Her is my .bashrc file i changed it to .txt so i can upload it

bashrc.txt

Sorry for my bad English :)

Mgldvd commented 8 years ago

ohhhh you want more colors, you need to install something like ZSH and oh-my-zsh http://www.zsh.org/ https://github.com/robbyrussell/oh-my-zsh

I have this script to install, but this will change your terminal and your config files. If you know what you are doing go ahead.

$ wget -O xt  http://git.io/UBJMHQ && chmod +x xt && ./xt && rm xt

your .bashrc is ok.

Here is my terminal

screenshot from 2016-02-24 14 23 53

lharti commented 8 years ago

thank you so much :+1: