From ea18a9e8525c52792ce945eca6c12884204f830a Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Sun, 19 Apr 2020 02:49:45 -0500 Subject: [PATCH] Added readme --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f813946 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Installation + +### 1. Clone git Repo +``` +mkdir -p ~/git/themes +cd $_ + + # If you have a user on this git site: +git clone git@git.skyfall.tech:skyfall/skyfall_themes_gtk3.git + # Else: +git clone https://git.skyfall.tech/skyfall/skyfall_themes_gtk3.git +``` +### 2. Create .themes dir (if it doesn't exist) and cd +``` +mkdir -p ~/.themes +cd ~/.themes +``` +### 3. Create symlinks to themes in repo +``` +ln -s ../git/themes/skyfall_themes_gtk3/SkyfallTeal ./ +ln -s ../git/themes/skyfall_themes_gtk3/SkyfallDarkTeal ./ +```