Giter VIP home page Giter VIP logo

gimpps's Introduction

To help a fellow deviant, I've put together a download that anyone with Gimp 2.8 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.8 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.8
  • 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

sh -c "$(curl -fsSL https://raw.githubusercontent.com/doctormo/GimpPs/master/tools/install.sh)"

via wget

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.8 2.8.backup
git clone --depth=1 https://github.com/doctormo/GimpPs.git 2.8

Windows installation

via powershell:

# exit gimp first
cd $Env:UserProfile
mv .gimp-2.8 .gimp-2.8.backup
git clone --depth=1 https://github.com/doctormo/GimpPs.git .gimp-2.8

via cmd:

# exit gimp first
cd %USERPROFILE%
ren .gimp-2.8 .gimp-2.8.backup
git clone --depth=1 https://github.com/doctormo/GimpPs.git .gimp-2.8

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.