Compare commits
No commits in common. "master" and "v0.9" have entirely different histories.
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
@ -19,7 +20,6 @@ jobs:
|
|||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
automatic_release_tag: "latest"
|
|
||||||
prerelease: false
|
prerelease: false
|
||||||
files: |
|
files: |
|
||||||
Kaliish-orange.tar.gz
|
Kaliish-orange.tar.gz
|
||||||
|
|||||||
25
README.md
25
README.md
@ -2,28 +2,3 @@
|
|||||||

|

|
||||||
# What is it
|
# What is it
|
||||||
This is modified Kali default theme with arguably too much orange.
|
This is modified Kali default theme with arguably too much orange.
|
||||||
|
|
||||||
# How to install:
|
|
||||||
|
|
||||||
## Download latest release
|
|
||||||
> [here](./releases)
|
|
||||||
> Extract Kaliish-orange.tar.gz to:\
|
|
||||||
> for all users /usr/share/themes/\
|
|
||||||
> for single user ~/.themes/
|
|
||||||
|
|
||||||
## Compile:
|
|
||||||
|
|
||||||
### **Install dependencies:**
|
|
||||||
|
|
||||||
### Arch:
|
|
||||||
> sudo pacman -S inkscape optipng sassc
|
|
||||||
### Debian/Ubuntu:
|
|
||||||
> sudo apt install inkscape optipng sassc
|
|
||||||
### Fedora/RHEL:
|
|
||||||
> sudo dnf install inkscape optipng sassc
|
|
||||||
|
|
||||||
## **Compile:**
|
|
||||||
> make
|
|
||||||
|
|
||||||
## **Install:**
|
|
||||||
> sudo make install
|
|
||||||
Loading…
x
Reference in New Issue
Block a user