From c2a7737a45f792915a58ef67e933363e0a289ede Mon Sep 17 00:00:00 2001 From: Jhonny Moreira Date: Sat, 9 Jul 2016 06:08:57 -0300 Subject: [PATCH 1/2] Updates the README with scripts options --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1b25b27..dde72fc 100644 --- a/README.md +++ b/README.md @@ -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)
From 9a68c62c65c427216204dfce13c79609ce65e1d5 Mon Sep 17 00:00:00 2001 From: Jhonny Moreira Date: Tue, 12 Jul 2016 12:09:28 -0300 Subject: [PATCH 2/2] Extended install file with scripts options --- content/install.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/content/install.md b/content/install.md index 073ecff..f930e0b 100644 --- a/content/install.md +++ b/content/install.md @@ -47,11 +47,21 @@ You also can execute this script this will list all available themas allowing yo ## Create a command line -WARNING: Only if you know what you are doing or thrust me :) +**WARNING:** *Only if you know what you are doing or thrust me :)* -```bash - $ sudo wget -O /usr/local/bin/gogh http://git.io/vGz67 && sudo chmod +x /usr/local/bin/gogh -``` +You have two options: + +1. Without creating a profile with the name of the theme: + + ```bash + $ sudo wget -O /usr/local/bin/gogh http://git.io/vGz67 && sudo chmod +x /usr/local/bin/gogh + ``` + +2. Creating a profile with name of the theme: + + ```bash + $ sudo wget -O /usr/local/bin/gogh https://git.io/vKOB6 && sudo chmod +x /usr/local/bin/gogh + ``` Now in your terminal just type ```gogh```