https://github.com/doctormo/gimpps
Gimp Theme to be more photoshop like
https://github.com/doctormo/gimpps
Last synced: over 1 year ago
JSON representation
Gimp Theme to be more photoshop like
- Host: GitHub
- URL: https://github.com/doctormo/gimpps
- Owner: doctormo
- License: gpl-3.0
- Created: 2015-10-29T01:51:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T22:07:02.000Z (over 5 years ago)
- Last Synced: 2025-03-28T06:07:37.370Z (over 1 year ago)
- Language: Shell
- Size: 139 KB
- Stars: 849
- Watchers: 55
- Forks: 77
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
To help a fellow deviant, I've put together a download that anyone with Gimp 2.10 on Linux can use to make their copy of Gimp look more like Adobe Photoshop and make people more comfortable.
I've taken various bits of guides online and various tweaks.
All you have to do is download the file, unzip it.
Then in the file manager go to your home folder, show hidden files, delete or move your old .gimp-2.10 configuration folder out of the way, and replace with the new one.
Then load Gimp.
Please let me know if it works for you or if it fails.
## Getting Started
### Prerequisites
__Disclaimer:__ _GimpPs supports Windows, but works best on OS X and Linux._
* Gimp `2.10`
* `git` should be installed
### Basic Installation
GimpPs is installed by running one of the following commands in your terminal. You can install this via the command-line with either `curl` or `wget`.
#### via curl
```shell
sh -c "$(curl -fsSL https://raw.githubusercontent.com/doctormo/GimpPs/master/tools/install.sh)"
```
#### via wget
```shell
sh -c "$(wget https://raw.githubusercontent.com/doctormo/GimpPs/master/tools/install.sh -O -)"
```
### Mac installation
# exit gimp first
cd $HOME/Library/Application\ Support/GIMP
mv 2.10 2.10.backup
git clone --depth=1 https://github.com/doctormo/GimpPs.git 2.10
### Windows installation
#### via powershell:
# exit gimp first
cd $Env:UserProfile
mv .gimp-2.10 .gimp-2.10.backup
git clone --depth=1 https://github.com/doctormo/GimpPs.git .gimp-2.10
#### via cmd:
# exit gimp first
cd %USERPROFILE%
ren .gimp-2.10 .gimp-2.10.backup
git clone --depth=1 https://github.com/doctormo/GimpPs.git .gimp-2.10
People generally get biased in the discussion of GIMP Vs Photoshop but they don't know how powerful GIMP really is. You can do all the effects of you use GIMP Wisely.