mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Merge pull request #46 from jhonnymoreira/feat/optional-profile-cli
[DONE] Profile with CLI Script is optional
This commit is contained in:
commit
0e53bbf09d
17
README.md
17
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)
|
||||
|
||||
<br/>
|
||||
|
@ -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```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user