You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
skyfall_themes_gtk3/README.md

23 lines
514 B

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