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 ./ +```