mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Merge pull request #48 from hg8/master
Fixed markdown formating + typos
This commit is contained in:
commit
b7bfc0d9f7
@ -8,6 +8,7 @@ Gogh
|
|||||||
Color Schemes For Ubuntu, Linux Mint, Elementary OS and all distributions that use gnome terminal or Pantheon Terminal, initially inspired by Elementary OS Luna. You can check all themes [here...](https://github.com/Mayccoll/Gogh/blob/master/content/themes.md)
|
Color Schemes For Ubuntu, Linux Mint, Elementary OS and all distributions that use gnome terminal or Pantheon Terminal, initially inspired by Elementary OS Luna. You can check all themes [here...](https://github.com/Mayccoll/Gogh/blob/master/content/themes.md)
|
||||||
|
|
||||||
![elementary](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/themes.gif)
|
![elementary](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/themes.gif)
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
||||||
@ -48,14 +49,14 @@ You also can execute one of the scripts below. Both will list all available them
|
|||||||
$ wget -O xt https://git.io/vKOB6 && chmod +x xt && ./xt && rm xt
|
$ wget -O xt https://git.io/vKOB6 && 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)
|
[View demo](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/script-demo.gif) - if you want a command line : [Follow the instructions.](https://github.com/Mayccoll/Gogh/blob/master/content/install.md#create-a-command-line)
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
## What's New
|
## What's New
|
||||||
|
|
||||||
- **Support Ubuntu 15.04** thanks to [Terminal Sexy](https://terminal.sexy) script
|
- **Support Ubuntu 15.04** thanks to [Terminal Sexy](https://terminal.sexy) script.
|
||||||
- **Now Thanks to [RafaelCz](https://github.com/RafaelCz) Gogh fully supports pantheon-terminal (Elementary OS Freya)** and we have new themes.
|
- **Now Thanks to [RafaelCz](https://github.com/RafaelCz) Gogh fully supports pantheon-terminal (Elementary OS Freya)** and we have new themes.
|
||||||
|
|
||||||
#### One Dark
|
#### One Dark
|
||||||
@ -75,7 +76,7 @@ $ wget -O xt http://git.io/vs7UQ && chmod +x xt && ./xt && rm xt
|
|||||||
![one.light](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/one.light.png)
|
![one.light](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/one.light.png)
|
||||||
|
|
||||||
|
|
||||||
Check all themes here [Here...](https://github.com/Mayccoll/Gogh/blob/master/content/themes.md)
|
Check all themes [Here...](https://github.com/Mayccoll/Gogh/blob/master/content/themes.md)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -24,13 +24,13 @@ This way of installing is equals the below, the only thing is that a shortening
|
|||||||
|
|
||||||
## Elementary OS
|
## Elementary OS
|
||||||
|
|
||||||
1 - Uncomment the following line in ```.bashrc``` you can find this file in your ```/home/USER/``` directory.
|
1 - Uncomment the following line in `.bashrc` you can find this file in your `/home/USER/` directory.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
#force_color_prompt=yes
|
#force_color_prompt=yes
|
||||||
```
|
```
|
||||||
|
|
||||||
2 - execute in terminal
|
2 - Execute in terminal
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ source .bashrc
|
$ source .bashrc
|
||||||
@ -39,7 +39,7 @@ This way of installing is equals the below, the only thing is that a shortening
|
|||||||
|
|
||||||
## Install by Script
|
## Install by Script
|
||||||
|
|
||||||
You also can execute this script this will list all available themas allowing you to select the one you like.
|
You also can execute this script. This will list all available themes allowing you to select the one you like.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ wget -O xt http://git.io/vGz67 && chmod +x xt && ./xt && rm xt
|
$ wget -O xt http://git.io/vGz67 && chmod +x xt && ./xt && rm xt
|
||||||
@ -47,7 +47,7 @@ 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 trust me :)*
|
||||||
|
|
||||||
You have two options:
|
You have two options:
|
||||||
|
|
||||||
@ -63,7 +63,7 @@ You have two options:
|
|||||||
$ sudo wget -O /usr/local/bin/gogh https://git.io/vKOB6 && sudo chmod +x /usr/local/bin/gogh
|
$ 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`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ gogh
|
$ gogh
|
||||||
|
Loading…
Reference in New Issue
Block a user