From bfc79032d852161e4244b911c84853259bbefaa6 Mon Sep 17 00:00:00 2001 From: Franck ALBARET Date: Mon, 7 May 2018 10:40:00 +0000 Subject: [PATCH] Update README.md --- README.md | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b041b4a..f42eaee 100644 --- a/README.md +++ b/README.md @@ -1 +1,48 @@ -_In progress ..._ \ No newline at end of file +Hi everybody, + +You can find here a bunch of tools I did for my daily use of GIMP : +- _Brushes_ : For the moment only one _pixel_ brush to easily edit/create pixel art designs +- _Palettes_ : Mainly for _material design_ UI and old stuff like CGA colors (yeah I'm old ;)) +- _Splash screens_ : A set of 8 colored differents splashes for GIMP 2.10 to fit with several themes (copied on [openDesktop](https://www.opendesktop.org/p/1232947/)) + +See Ya / Best Regards, +Franck + + +# Installation + +Where to copy the file(s) you want in each system + +**GNU/Linux** + +Before 2.10 : +- for brushes */home/YourUserName/.gimp-2.8/brushes* +- for palettes */home/YourUserName/.gimp-2.8/palettes* +- for splash screen */home/YourUserName/.gimp-2.8/splashes* + +Now : +- for brushes */home/YourUserName/.config/GIMP/2.10/brushes* +- for palettes */home/YourUserName/.config/GIMP/2.10/palettes* +- for splash screen */home/YourUserName/.config/GIMP/2.10/splashes* + +**macOS** + +- for brushes */Users/YourUserName/Library/GIMP/2.10/brushes* +- for palettes */Users/YourUserName/Library/GIMP/2.10/palettes* +- for splash screen */Users/YourUserName/Library/GIMP/2.10/splashes* + +**Windows** + +- for brushes *C:\Users\YourUserName\AppData\Roaming\GIMP\2.10\brushes* +- for palettes *C:\Users\YourUserName\AppData\Roaming\GIMP\2.10\palettes* +- for splash screen *C:\Users\YourUserName\AppData\Roaming\GIMP\2.10\splashes* + + +# Contribute + +Of course you can copy and modify these files but you have to : +- mention me +- do it freely / not for a commercial purpose +- allow the same rights + +**Creative Commons License CC-BY-NC-SA** | **Franck ALBARET** [ [Website](http://dansleru.sh) ] \ No newline at end of file