Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README & make all themes executable #245

Merged
merged 1 commit into from
Sep 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.