2015-04-20 01:46:32 +03:00
|
|
|
|
2015-07-28 20:20:24 +03:00
|
|
|
![elementary](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/Gogh-logo.png)
|
|
|
|
|
|
|
|
-----
|
2015-04-20 01:46:32 +03:00
|
|
|
|
|
|
|
## Install:
|
|
|
|
|
2015-08-13 20:07:08 +03:00
|
|
|
- Just copy and paste One line command.
|
|
|
|
|
|
|
|
- Each theme has his own line.
|
2015-04-20 01:46:32 +03:00
|
|
|
|
|
|
|
```bash
|
2015-08-14 19:41:15 +03:00
|
|
|
$ wget -O xt http://git.io/v3D4o && chmod +x xt && ./xt && rm xt
|
2015-04-20 01:46:32 +03:00
|
|
|
```
|
|
|
|
This way of installing is equals the below, the only thing is that a shortening of urls (git.io) was used and fits all commands on a single line.
|
|
|
|
|
|
|
|
- **or** Download and save the script file, make this file executable and run it:
|
|
|
|
|
|
|
|
```bash
|
2015-08-31 19:06:49 +03:00
|
|
|
$ wget https://raw.githubusercontent.com/Mayccoll/Gogh/master/themes/freya.sh
|
|
|
|
$ chmod +x freya.sh
|
|
|
|
$ ./freya.sh
|
2015-04-20 01:46:32 +03:00
|
|
|
```
|
|
|
|
|
2015-09-01 03:52:40 +03:00
|
|
|
## Elementary OS
|
2015-04-20 01:46:32 +03:00
|
|
|
|
2015-09-01 03:52:40 +03:00
|
|
|
1 - Uncomment the following line in ```.bashrc``` you can find this file in your ```/home/USER/``` directory.
|
2015-04-20 01:46:32 +03:00
|
|
|
|
|
|
|
```bash
|
|
|
|
#force_color_prompt=yes
|
|
|
|
```
|
|
|
|
|
2015-09-01 03:52:40 +03:00
|
|
|
2 - execute in terminal
|
2015-04-20 01:46:32 +03:00
|
|
|
|
|
|
|
```bash
|
|
|
|
$ source .bashrc
|
|
|
|
```
|
2015-09-01 03:52:40 +03:00
|
|
|
|
|
|
|
|
|
|
|
## Install by Script
|
|
|
|
|
|
|
|
You also can execute this script this will list all available themas allowing you to select the one you like.
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ wget -O xt http://git.io/vGz67 && chmod +x xt && ./xt && rm xt
|
|
|
|
```
|
|
|
|
|
|
|
|
## Create a command line
|
|
|
|
|
|
|
|
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
|
|
|
|
```
|
|
|
|
|
|
|
|
No in your terminal just tipe ```gogh```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ gogh
|
|
|
|
```
|
|
|
|
|
|
|
|
**DEMO:**
|
|
|
|
|
|
|
|
![Script Demo](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/script-demo.gif)
|