Skip to content

Instantly share code, notes, and snippets.

@quyenlv
Last active May 19, 2024 14:24
Show Gist options
  • Save quyenlv/20e821041bc2427c770b7f99ed694576 to your computer and use it in GitHub Desktop.
Save quyenlv/20e821041bc2427c770b7f99ed694576 to your computer and use it in GitHub Desktop.
Install Photoshop-like GIMP

Install GIMP

sudo add-apt-repository ppa:otto-kesselgulasch/gimp
sudo apt-get update
sudo apt-get install gimp gimp-gmic

Install Photoshop theme

wget -O gimp-2.8.zip http://drive.noobslab.com/data/themes/gimp/gimp-2.8.zip
unzip gimp-2.8.zip -d ~/ && rm gimp-2.8.zip

Install GMIC plugin

mkdir -p $HOME/.config/GIMP/2.10/plug-ins/
wget https://gmic.eu/files/linux/gmic_3.3.6_gimp2.10_debian11_bullseye_amd64.zip
unzip gmic_3.3.6_gimp2.10_debian11_bullseye_amd64.zip -d $HOME/.config/GIMP/2.10/plug-ins/

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment