Incorrect Windows Paths
Opened this issue · 5 comments
Thanks so much for putting this together!
Just a little correction for readme.md - for windows users (at least in Windows 7 and above), the GIMP profile directory is actually %APPDATA%\GIMP\2.10\ (command prompt) or $env:appdata\GIMP\2.10 (powershell). Once I found the proper directory to clone into it works perfectly.
Thanks a lot DoctorMo for terrific skin/theme for Windows - GIMP - Photoshop look alike. As Arifyn says, the directory is GIMP\2.10; for me is C:\Users\Admin\AppData\Roaming\GIMP\2.10 - ie 2.10 at the end and not GIMP2-10
or via cmd:
cd %AppData%/GIMP
ren 2.10 2.10.backup
git clone --depth=1 https://github.com/doctormo/GimpPs.git 2.10
I can confirm that for me it too was in %AppData%\GIMP\2.10
.
Hi. Great setup first of all. First time I try it and I just wanted the PS shortcuts, but I will explore the other changes too.
About this paths issue, same in my case. What worked for me, if I can quickly suggest a replacement for the Win setup commands is (for Powershell):
cd $Env:UserProfile\AppData\Roaming\GIMP
mv 2.10 2.10_backup
git clone --depth=1 https://github.com/doctormo/GimpPs.git 2.10
Then I started Gimp and I saw it automatically creates all the rest of the folder structure on top.