mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Extended install file with scripts options
This commit is contained in:
parent
c2a7737a45
commit
9a68c62c65
@ -47,11 +47,21 @@ You also can execute this script this will list all available themas allowing yo
|
|||||||
|
|
||||||
## Create a command line
|
## 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
|
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
|
$ 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```
|
Now in your terminal just type ```gogh```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user