Diolinux / PhotoGIMP

A Patch for GIMP 2.10+ for Photoshop Users
GNU General Public License v3.0
4.19k stars 138 forks source link

Setup PhotoGIMP on OSX bash #84

Closed MatthijsKamstra closed 2 years ago

MatthijsKamstra commented 2 years ago

This is not an issue, but a small addition to your AWESOME project.

I recently stopped using Photoshop and came across this project and had to try it.

Also, I am very lazy, so I made an install bash script: https://github.com/MatthijsKamstra/Mac-setup/blob/master/install/photogimp_osx.sh

what does it do?

run bash

you can download and run the bash script:

cd /path/to/download/folder
sh photogimp_osx.sh

easy install

even lazier:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/MatthijsKamstra/Mac-setup/master/install/photogimp_osx.sh)"

feel free to add to your own repo

or let me know if I need to make a pullrequest

gabrielalmir commented 2 years ago

Hello @MatthijsKamstra ,

Sorry if I'm late, but I added as another option to setup PhotoGIMP in MacOS. I highly appreciate your collaboration on the project. Since a pull request was not made, I gave you proper credit in the title of the README.md.

best regards 😊