Skip to content

Commit

Permalink
Merge pull request #245 from marko-avlijas/master
Browse files Browse the repository at this point in the history
Update README & make all themes executable
  • Loading branch information
Mayccoll authored Sep 6, 2020
2 parents dd58448 + eaaac86 commit 9376b8f
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand All @@ -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/)

Expand Down
Empty file modified themes/geohot.sh
100644 → 100755
Empty file.
Empty file modified themes/gotham.sh
100644 → 100755
Empty file.
Empty file modified themes/ibm3270.sh
100644 → 100755
Empty file.
Empty file modified themes/mono-amber.sh
100644 → 100755
Empty file.
Empty file modified themes/mono-cyan.sh
100644 → 100755
Empty file.
Empty file modified themes/mono-green.sh
100644 → 100755
Empty file.
Empty file modified themes/mono-red.sh
100644 → 100755
Empty file.
Empty file modified themes/mono-white.sh
100644 → 100755
Empty file.
Empty file modified themes/mono-yellow.sh
100644 → 100755
Empty file.
Empty file modified themes/palenight.sh
100644 → 100755
Empty file.
Empty file modified themes/summer-pop.sh
100644 → 100755
Empty file.
Empty file modified themes/wzoreck.sh
100644 → 100755
Empty file.

0 comments on commit 9376b8f

Please sign in to comment.