Updates the README with scripts options

This commit is contained in:
Jhonny Moreira 2016-07-09 06:08:57 -03:00
parent ea2a35e253
commit c2a7737a45
1 changed files with 13 additions and 4 deletions

View File

@ -34,11 +34,20 @@ Each theme has his own line.
## [Install by Script](https://github.com/Mayccoll/Gogh/blob/master/content/install.md)
You also can execute this script this will list all available themas allowing you to select the one you like.
You also can execute one of the scripts below. Both will list all available themes allowing you to select the one you like.
1. Without creating a profile with the name of the theme:
```bash
$ wget -O xt http://git.io/vGz67 && chmod +x xt && ./xt && rm x
```
2. Creating a profile with name of the theme:
```bash
$ wget -O xt https://git.io/vKOB6 && chmod +x xt && ./xt && rm xt
```
```bash
$ wget -O xt http://git.io/vGz67 && chmod +x xt && ./xt && rm xt
```
[View demo](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/script-demo.gif) - if you want a command line [Follow the instruction](https://github.com/Mayccoll/Gogh/blob/master/content/install.md#create-a-command-line)
<br/>