GimpPs

Gimp Theme to be more photoshop like

  • 所有者: doctormo/GimpPs
  • 平台:
  • 许可证: GNU General Public License v3.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

概览

名称与所有者doctormo/GimpPs
主编程语言Shell
编程语言Shell (语言数: 1)
平台
许可证GNU General Public License v3.0
发布数0
创建于2015-10-29 01:51:30
推送于2021-01-22 22:07:02
最后一次提交2021-01-22 17:07:01
星数827
关注者数58
派生数75
提交数22
已启用问题?
问题数19
打开的问题数9
拉请求数8
打开的拉请求数0
关闭的拉请求数0
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部