mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
update readme
This commit is contained in:
parent
09d95012d9
commit
180dad6cf7
49
README.md
49
README.md
@ -16,26 +16,28 @@ Color Schemes For Ubuntu, Linux Mint, Elementary OS and all distributions that u
|
|||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
## Pre-Install
|
## ⚙️ Pre-Install
|
||||||
|
|
||||||
|
In your terminal type:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo apt-get install dconf-cli uuid-runtime
|
sudo apt-get install dconf-cli uuid-runtime
|
||||||
```
|
```
|
||||||
|
|
||||||
You can now install in interactive mode (easy) or non-interactive mode (ideal for scripting)
|
You can now install in interactive mode (easy) or non-interactive mode (ideal for scripting)
|
||||||
|
|
||||||
## [Install (interactive mode)](https://github.com/Mayccoll/Gogh/blob/master/content/install.md)
|
## ⚙️ [Install (interactive mode)](https://github.com/Mayccoll/Gogh/blob/master/content/install.md)
|
||||||
|
|
||||||
**1. Just copy and paste this one-line command:**
|
**1. Just copy and paste this one-line command:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ bash -c "$(wget -qO- https://git.io/vQgMr)"
|
bash -c "$(wget -qO- https://git.io/vQgMr)"
|
||||||
```
|
```
|
||||||
|
|
||||||
Or, if you are a Mac user:
|
Or, if you are a Mac user:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ bash -c "$(curl -sLo- https://git.io/vQgMr)"
|
bash -c "$(curl -sLo- https://git.io/vQgMr)"
|
||||||
```
|
```
|
||||||
|
|
||||||
**2. Select the color theme installed from the terminal**
|
**2. Select the color theme installed from the terminal**
|
||||||
@ -49,40 +51,43 @@ Or, if you are a Mac user:
|
|||||||
|
|
||||||
## Install (non-interactive mode)
|
## Install (non-interactive mode)
|
||||||
|
|
||||||
# clone the repo into "$HOME/src/gogh"
|
```bash
|
||||||
mkdir -p "$HOME/src"
|
# clone the repo into "$HOME/src/gogh"
|
||||||
cd "$HOME/src"
|
mkdir -p "$HOME/src"
|
||||||
git clone https://github.com/Mayccoll/Gogh.git gogh
|
cd "$HOME/src"
|
||||||
cd gogh/themes
|
git clone https://github.com/Mayccoll/Gogh.git gogh
|
||||||
|
cd gogh/themes
|
||||||
|
|
||||||
# necessary on ubuntu
|
# necessary on ubuntu
|
||||||
export TERMINAL=gnome-terminal
|
export TERMINAL=gnome-terminal
|
||||||
|
|
||||||
# install themes
|
# install themes
|
||||||
./atom.sh
|
./atom.sh
|
||||||
./dracula.sh
|
./dracula.sh
|
||||||
|
```
|
||||||
|
|
||||||
## [Themes](https://mayccoll.github.io/Gogh/)
|
<br/>
|
||||||
|
|
||||||
|
## 🎨 [Themes](https://mayccoll.github.io/Gogh/)
|
||||||
|
|
||||||
We have lots of themes. Check them out [here](https://mayccoll.github.io/Gogh/)!
|
We have lots of themes. Check them out [here](https://mayccoll.github.io/Gogh/)!
|
||||||
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
## 📌 [How to](https://github.com/Mayccoll/Gogh/blob/master/content/howto.md)
|
||||||
|
|
||||||
## [How to](https://github.com/Mayccoll/Gogh/blob/master/content/howto.md)
|
|
||||||
|
|
||||||
If you want to create your own color scheme or contribute to the project, [start here](https://github.com/Mayccoll/Gogh/blob/master/content/howto.md).
|
If you want to create your own color scheme or contribute to the project, [start here](https://github.com/Mayccoll/Gogh/blob/master/content/howto.md).
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
## :thinking: [Help](https://github.com/Mayccoll/Gogh/blob/master/content/help.md)
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
|
||||||
## Credits:
|
## :heart: Credits:
|
||||||
|
|
||||||
- [4bit](https://ciembor.github.io/4bit/)
|
- [4bit](https://ciembor.github.io/4bit/)
|
||||||
- [Bluloco Light Theme](https://github.com/uloco/theme-bluloco-light)
|
- [Bluloco Light Theme](https://github.com/uloco/theme-bluloco-light)
|
||||||
@ -118,7 +123,7 @@ If you want to create your own color scheme or contribute to the project, [start
|
|||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
|
||||||
## Contributors:
|
## :heart: Contributors:
|
||||||
|
|
||||||
- [@contributors](https://github.com/Mayccoll/Gogh/graphs/contributors)
|
- [@contributors](https://github.com/Mayccoll/Gogh/graphs/contributors)
|
||||||
|
|
||||||
|
81
content/help.md
Normal file
81
content/help.md
Normal file
@ -0,0 +1,81 @@
|
|||||||
|
|
||||||
|
![elementary](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/gogh/Gogh-logo.png)
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
# HELP
|
||||||
|
|
||||||
|
- [Ubuntu 19.10: default_profile not a valid identifier, command not found](https://github.com/Mayccoll/Gogh/issues/203)
|
||||||
|
- [Using Elementary terminal but says unsupported](https://github.com/Mayccoll/Gogh/issues/175)
|
||||||
|
- [Doesn't working Debian](https://github.com/Mayccoll/Gogh/issues/63)
|
||||||
|
- [Not Working on Ubuntu](https://github.com/Mayccoll/Gogh/issues/41)
|
||||||
|
|
||||||
|
## Elementary OS
|
||||||
|
|
||||||
|
1 - Uncomment the following line in `.bashrc` you can find this file in your `/home/USER/` directory.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
#force_color_prompt=yes
|
||||||
|
```
|
||||||
|
|
||||||
|
2 - Execute in terminal
|
||||||
|
|
||||||
|
```bash
|
||||||
|
source .bashrc
|
||||||
|
```
|
||||||
|
|
||||||
|
## Debian Fixes
|
||||||
|
|
||||||
|
### [Fix 1](https://github.com/Mayccoll/Gogh/issues/63#issuecomment-361071956) (@romzie):
|
||||||
|
|
||||||
|
- reset your profiles:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
dconf reset -f /org/gnome/terminal/legacy/profiles:/
|
||||||
|
```
|
||||||
|
|
||||||
|
### [Fix 2](https://github.com/Mayccoll/Gogh/issues/63#issuecomment-401224491) (@MalwareJedi):
|
||||||
|
|
||||||
|
- Reset your profiles:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
dconf reset -f /org/gnome/terminal/legacy/profiles:/
|
||||||
|
```
|
||||||
|
|
||||||
|
- Close your terminal. Re-open the terminal.
|
||||||
|
- Go to **Edit** ---> **Preferences** ---> **Profiles**.
|
||||||
|
- Create NEW profile called **Default**.
|
||||||
|
- Close the terminal. Re-open the terminal.
|
||||||
|
- Confirm **Default** is still listed in your profiles.
|
||||||
|
- If it is, run the Gogh script again.
|
||||||
|
|
||||||
|
### [Fix 3](https://github.com/Mayccoll/Gogh/issues/63#issuecomment-401510226) (@sui74):
|
||||||
|
|
||||||
|
- Reset your profiles:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
dconf reset -f /org/gnome/terminal/legacy/profiles:/
|
||||||
|
```
|
||||||
|
|
||||||
|
- "Unname" Rename profile called "default".
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt install uuid-runtime
|
||||||
|
```
|
||||||
|
- run Gogh script.
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
## Create a command line
|
||||||
|
|
||||||
|
**WARNING:** *Only if you know what you are doing or trust me :)*
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo wget -O /usr/local/bin/gogh https://git.io/vQgMr && sudo chmod +x /usr/local/bin/gogh
|
||||||
|
```
|
||||||
|
|
||||||
|
Now in your terminal just type `gogh`:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
gogh
|
||||||
|
```
|
@ -1,114 +0,0 @@
|
|||||||
|
|
||||||
![elementary](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/gogh/Gogh-logo.png)
|
|
||||||
|
|
||||||
-----
|
|
||||||
|
|
||||||
## Install:
|
|
||||||
|
|
||||||
- Just copy and paste One line command.
|
|
||||||
|
|
||||||
- Each theme has his own line.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$ wget -O xt http://git.io/v3D4o && 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/Gogh/master/themes/freya.sh
|
|
||||||
$ chmod +x freya.sh
|
|
||||||
$ ./freya.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
## Elementary OS
|
|
||||||
|
|
||||||
1 - Uncomment the following line in `.bashrc` you can find this file in your `/home/USER/` directory.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
#force_color_prompt=yes
|
|
||||||
```
|
|
||||||
|
|
||||||
2 - Execute in terminal
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$ source .bashrc
|
|
||||||
```
|
|
||||||
|
|
||||||
## Debian Fixes
|
|
||||||
|
|
||||||
### [Fix 1](https://github.com/Mayccoll/Gogh/issues/63#issuecomment-361071956) (@romzie):
|
|
||||||
|
|
||||||
- reset your profiles:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$ dconf reset -f /org/gnome/terminal/legacy/profiles:/
|
|
||||||
```
|
|
||||||
|
|
||||||
### [Fix 2](https://github.com/Mayccoll/Gogh/issues/63#issuecomment-401224491) (@MalwareJedi):
|
|
||||||
|
|
||||||
- Reset your profiles:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$ dconf reset -f /org/gnome/terminal/legacy/profiles:/
|
|
||||||
```
|
|
||||||
|
|
||||||
- Close your terminal. Re-open the terminal.
|
|
||||||
- Go to Edit ---> Preferences ---> Profiles.
|
|
||||||
- Create NEW profile called "Default".
|
|
||||||
- Close the terminal. Re-open the terminal.
|
|
||||||
- Confirm "Default" is still listed in your profiles.
|
|
||||||
- If it is, run the Gogh script again.
|
|
||||||
|
|
||||||
### [Fix 3](https://github.com/Mayccoll/Gogh/issues/63#issuecomment-401510226) (@sui74):
|
|
||||||
|
|
||||||
- Reset your profiles:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$ dconf reset -f /org/gnome/terminal/legacy/profiles:/
|
|
||||||
```
|
|
||||||
|
|
||||||
- "Unname" Rename profile called "default".
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$ sudo apt install uuid-runtime
|
|
||||||
```
|
|
||||||
- run Gogh script.
|
|
||||||
|
|
||||||
|
|
||||||
## Install by Script
|
|
||||||
|
|
||||||
You also can execute this script. This will list all available themes 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 trust me :)*
|
|
||||||
|
|
||||||
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`:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$ gogh
|
|
||||||
```
|
|
||||||
|
|
||||||
**DEMO:**
|
|
||||||
|
|
||||||
![Script Demo](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/demos/script-demo.gif)
|
|
Loading…
Reference in New Issue
Block a user