parent
aa8d17ee21
commit
ea18a9e852
@ -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 ./
|
||||||
|
```
|
Loading…
Reference in new issue