blackmate/README.md

24 lines
811 B
Markdown
Raw Permalink Normal View History

2020-04-27 17:19:06 +00:00
# BlackMate
2020-04-27 17:55:42 +00:00
![Alt text](blackmate-kde.png?raw=true "Blackmate on KDE")
![Alt text](blackmate.png?raw=true "Blackmate on XFCE")
2016-07-11 06:42:46 +00:00
## Blackmate
2020-04-27 18:36:08 +00:00
Blackmate is a generator for the tools list of BlackArch Linux OS, originally made for the XFCE4 Desktop. The script fetches the latest tools and generates a new entry on the start menu.
I wanted to have a BlackArch setup running on KDE which was not possible with the original script so I improved it a bit. It can now run on all major Desktops including KDE Plasma.
2020-04-27 17:19:06 +00:00
2020-04-27 17:23:03 +00:00
## still to go
- Fixing Folder Icons
2020-04-27 18:01:09 +00:00
- Fix Typos
- Generally clean up code
2016-07-11 06:42:46 +00:00
2020-04-27 18:36:08 +00:00
## How to
2016-07-11 06:42:46 +00:00
```
2020-04-26 20:26:45 +00:00
git clone https://github.com/byReqz/blackmate
2020-04-27 18:06:53 +00:00
sudo mv blackmate /usr/share/
sudo cd /usr/share/blackmate
sudo sh blackmate.sh
2016-07-11 06:42:46 +00:00
```
2020-04-26 20:26:45 +00:00
License GNU/GPL v3, original code written by Dimitri Mader (dimitri@linux.com)