mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Update README & make all themes executable
This commit is contained in:
parent
dd58448823
commit
eaaac8678e
18
README.md
18
README.md
@ -22,7 +22,9 @@ Color Schemes For Ubuntu, Linux Mint, Elementary OS and all distributions that u
|
||||
$ sudo apt-get install dconf-cli uuid-runtime
|
||||
```
|
||||
|
||||
## [Install](https://github.com/Mayccoll/Gogh/blob/master/content/install.md)
|
||||
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)
|
||||
|
||||
**1. Just copy and paste this one-line command:**
|
||||
|
||||
@ -45,6 +47,20 @@ Or, if you are a Mac user:
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
## Install (non-interactive mode)
|
||||
|
||||
# clone the repo into "$HOME/src/gogh"
|
||||
mkdir -p "$HOME/src"
|
||||
cd "$HOME/src"
|
||||
git clone https://github.com/Mayccoll/Gogh.git gogh
|
||||
cd gogh/themes
|
||||
|
||||
# necessary on ubuntu
|
||||
export TERMINAL=gnome-terminal
|
||||
|
||||
# install themes
|
||||
./atom.sh
|
||||
./dracula.sh
|
||||
|
||||
## [Themes](https://mayccoll.github.io/Gogh/)
|
||||
|
||||
|
0
themes/geohot.sh
Normal file → Executable file
0
themes/geohot.sh
Normal file → Executable file
0
themes/gotham.sh
Normal file → Executable file
0
themes/gotham.sh
Normal file → Executable file
0
themes/ibm3270.sh
Normal file → Executable file
0
themes/ibm3270.sh
Normal file → Executable file
0
themes/mono-amber.sh
Normal file → Executable file
0
themes/mono-amber.sh
Normal file → Executable file
0
themes/mono-cyan.sh
Normal file → Executable file
0
themes/mono-cyan.sh
Normal file → Executable file
0
themes/mono-green.sh
Normal file → Executable file
0
themes/mono-green.sh
Normal file → Executable file
0
themes/mono-red.sh
Normal file → Executable file
0
themes/mono-red.sh
Normal file → Executable file
0
themes/mono-white.sh
Normal file → Executable file
0
themes/mono-white.sh
Normal file → Executable file
0
themes/mono-yellow.sh
Normal file → Executable file
0
themes/mono-yellow.sh
Normal file → Executable file
0
themes/palenight.sh
Normal file → Executable file
0
themes/palenight.sh
Normal file → Executable file
0
themes/summer-pop.sh
Normal file → Executable file
0
themes/summer-pop.sh
Normal file → Executable file
0
themes/wzoreck.sh
Normal file → Executable file
0
themes/wzoreck.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user