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:
|
|
|
|
|
|
|
|
- Just copy and paste One line command
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ wget -O xt http://git.io/fXU8Jg && chmod +x xt && ./xt && rm xt
|
|
|
|
```
|
|
|
|
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
|
|
|
|
$ wget https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/elementary.sh
|
|
|
|
$ chmod +x elementary.sh
|
|
|
|
$ ./elementary.sh
|
|
|
|
```
|
|
|
|
|
|
|
|
#### Elementary OS
|
|
|
|
|
2015-07-25 00:06:01 +03:00
|
|
|
- Uncomment the following line in ```.bashrc```
|
2015-04-20 01:46:32 +03:00
|
|
|
|
|
|
|
```bash
|
|
|
|
#force_color_prompt=yes
|
|
|
|
```
|
|
|
|
|
|
|
|
- execute in terminal
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ source .bashrc
|
|
|
|
```
|