Skip to content

Commit

Permalink
Merge pull request Gogh-Co#160 from phenonymous/master
Browse files Browse the repository at this point in the history
Gogh 2.0 🎉   🎉   🎉   🎉 
Another amazing PR 
thank you very much
  • Loading branch information
Mayccoll authored Dec 1, 2018
2 parents 45a96c4 + 1e2f8bd commit db3e92a
Show file tree
Hide file tree
Showing 173 changed files with 7,075 additions and 8,594 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
out.txt
gh-pages/node_modules
*lock*
.stfolder
apply-colors-original.sh
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Gogh

## :small_orange_diamond: [Visit the Website](http://mayccoll.github.io/Gogh) :small_orange_diamond:

## Color Scheme for Gnome Terminal and Pantheon Terminal
## Color Scheme for Gnome Terminal, Pantheon Terminal and Tilix

Color Schemes For Ubuntu, Linux Mint, Elementary OS and all distributions that use gnome terminal or Pantheon Terminal, initially inspired by Elementary OS Luna. Also work on iTerm for macOS. You can check some themes [here...](https://mayccoll.github.io/Gogh/)
Color Schemes For Ubuntu, Linux Mint, Elementary OS and all distributions that use gnome terminal, Pantheon Terminal or Tilix, initially inspired by Elementary OS Luna. Also work on iTerm for macOS. You can check some themes [here...](https://mayccoll.github.io/Gogh/)

![elementary](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/demos/themes.gif)

Expand All @@ -19,15 +19,21 @@ Color Schemes For Ubuntu, Linux Mint, Elementary OS and all distributions that u
## Pre-Install

```bash
$ sudo apt-get install dconf-cli
$ sudo apt-get install dconf-cli
```

## [Install](https://github.com/Mayccoll/Gogh/blob/master/content/install.md)

Just copy and paste One line command.

```bash
$ wget -O gogh https://git.io/vQgMr && chmod +x gogh && ./gogh && rm gogh
$ bash -c "$(wget -qO- https://git.io/vQgMr)"
```

or if you are a mac user

```bash
$ bash -c "$(curl -sLo- https://git.io/vQgMr)"
```

**DEMO:**
Expand Down
Loading

0 comments on commit db3e92a

Please sign in to comment.