From eaaac8678eb8893b946cb05ece382f76e948adfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Avlija=C5=A1?= Date: Mon, 31 Aug 2020 19:41:32 +0200 Subject: [PATCH] Update README & make all themes executable --- README.md | 18 +++++++++++++++++- themes/geohot.sh | 0 themes/gotham.sh | 0 themes/ibm3270.sh | 0 themes/mono-amber.sh | 0 themes/mono-cyan.sh | 0 themes/mono-green.sh | 0 themes/mono-red.sh | 0 themes/mono-white.sh | 0 themes/mono-yellow.sh | 0 themes/palenight.sh | 0 themes/summer-pop.sh | 0 themes/wzoreck.sh | 0 13 files changed, 17 insertions(+), 1 deletion(-) mode change 100644 => 100755 themes/geohot.sh mode change 100644 => 100755 themes/gotham.sh mode change 100644 => 100755 themes/ibm3270.sh mode change 100644 => 100755 themes/mono-amber.sh mode change 100644 => 100755 themes/mono-cyan.sh mode change 100644 => 100755 themes/mono-green.sh mode change 100644 => 100755 themes/mono-red.sh mode change 100644 => 100755 themes/mono-white.sh mode change 100644 => 100755 themes/mono-yellow.sh mode change 100644 => 100755 themes/palenight.sh mode change 100644 => 100755 themes/summer-pop.sh mode change 100644 => 100755 themes/wzoreck.sh 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