diff --git a/README.md b/README.md index 5f4d862..9fc2fd5 100644 --- a/README.md +++ b/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:

+## 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/) diff --git a/themes/geohot.sh b/themes/geohot.sh old mode 100644 new mode 100755 diff --git a/themes/gotham.sh b/themes/gotham.sh old mode 100644 new mode 100755 diff --git a/themes/ibm3270.sh b/themes/ibm3270.sh old mode 100644 new mode 100755 diff --git a/themes/mono-amber.sh b/themes/mono-amber.sh old mode 100644 new mode 100755 diff --git a/themes/mono-cyan.sh b/themes/mono-cyan.sh old mode 100644 new mode 100755 diff --git a/themes/mono-green.sh b/themes/mono-green.sh old mode 100644 new mode 100755 diff --git a/themes/mono-red.sh b/themes/mono-red.sh old mode 100644 new mode 100755 diff --git a/themes/mono-white.sh b/themes/mono-white.sh old mode 100644 new mode 100755 diff --git a/themes/mono-yellow.sh b/themes/mono-yellow.sh old mode 100644 new mode 100755 diff --git a/themes/palenight.sh b/themes/palenight.sh old mode 100644 new mode 100755 diff --git a/themes/summer-pop.sh b/themes/summer-pop.sh old mode 100644 new mode 100755 diff --git a/themes/wzoreck.sh b/themes/wzoreck.sh old mode 100644 new mode 100755