{"id":21639348,"url":"https://github.com/manuwarfare/photoshopcclinux","last_synced_at":"2025-04-11T16:52:24.997Z","repository":{"id":238948801,"uuid":"798069845","full_name":"manuwarfare/photoshopCClinux","owner":"manuwarfare","description":"Photoshop CC installer for linux","archived":false,"fork":false,"pushed_at":"2024-08-08T13:53:41.000Z","size":856,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T12:53:39.021Z","etag":null,"topics":["bash","linux","photoshop","script","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manuwarfare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-09T03:15:37.000Z","updated_at":"2024-08-08T13:53:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"31786c8a-f701-407e-ad11-5ec48f8596a2","html_url":"https://github.com/manuwarfare/photoshopCClinux","commit_stats":null,"previous_names":["manuwarfare/photoshopcclinux"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuwarfare%2FphotoshopCClinux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuwarfare%2FphotoshopCClinux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuwarfare%2FphotoshopCClinux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuwarfare%2FphotoshopCClinux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manuwarfare","download_url":"https://codeload.github.com/manuwarfare/photoshopCClinux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248443278,"owners_count":21104377,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","linux","photoshop","script","shell"],"created_at":"2024-11-25T04:13:33.130Z","updated_at":"2025-04-11T16:52:24.971Z","avatar_url":"https://github.com/manuwarfare.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cdiv align=\"center\" class=\"tip\" markdown=\"1\" style\u003e\n\n![screenshot](images/Screenshot.png)\n\n![Tested on Fedora](https://img.shields.io/badge/Tested%20on-Fedora-blue) ![Tested on Arch](https://img.shields.io/badge/Tested%20on-Arch-green) ![Tested on Ubuntu](https://img.shields.io/badge/Tested%20on-Ubuntu-orange) ![Tested on Debian](https://img.shields.io/badge/Tested%20on-Debian-red) \u003cbr/\u003e\n![wine version](https://img.shields.io/badge/wine-%E2%96%B25.22-red) ![rep size](https://img.shields.io/github/repo-size/gictorbit/photoshopCClinux) ![bash](https://img.shields.io/badge/bash-5.0-yellowgreen)\n\u003c/div\u003e\n\n# Photoshop CC v19 installer for Linux\nThis bash script helps you to install Photoshop CC version 19 on your Linux machine using Wine behind the scene\nand sets some necessary components up for the best performance\n\n## :rocket: Features\n* downloads necessary components and installs them (`vcrun`, `atmlib`, `msxml`...)\n* downloads `photoshop.exe` installer\n* creates photoshop command and a desktop entry\n* wine dark mode\n* supports graphic cards like (`intel`, `Nvidia`, `AMD`)\n* saves the downloaded files in your cache directory\n* It's free and you will not need any license key\n* works on any Linux distribution\n\n## :warning: Requirements\n1- Use a 64bit edition of your distro\n\n2- Make sure the following packages are already installed on your Linux distro\n* `wine`\n* `wine64`\n* `winetricks`\n* `wget`\n* `md5sum`\n\n\nIf they are not already installed you can install them using your package manager for example in Fedora Linux\n```bash\nsudo dnf -y install wine winetricks wget\n``` \n3- Make sure you have enough storage in your `/home` partition about `5 GiB`\n\u003e 1 GiB will be free after installation\n\nAlso you can install photoshop in diffrent directory\n\n4- Make sure you have an internet connection and about 1.5 Gib traffic to download photoshop and its components\n\n## :computer: Installation\n\nThe installer scripts use a virtual drive of wine and makes a new `winprefix` for Photoshop\n\nFirst of all, you need to clone the repository with this command:\n```bash\ncd $(xdg-user-dir DOWNLOAD) \u0026\u0026 git clone https://github.com/manuwarfare/photoshopCClinux.git \u0026\u0026 cd photoshopCClinux\n```\nThen you can easily run `setup.sh` script to install photoshop cc on your Linux distro\n\n```bash\nchmod +x setup.sh \u0026\u0026 ./setup.sh\n```\n![screenshot](images/setup-screenshot.png)\n\nDuring installation please pay attention to the script messages\n\n\u003e **NOTE :** make sure OS version in wine is on windows 7\n\nInstaller script use `winetricks` to install necessary components\n\n## :computer: Installation options\n\nYou can use `-d` to specify the installation path, and `-c` for the cache directory.\nfor example:\n```bash\n./PhotoshopSetup.sh -d /mnt/myfiles/photoshop\n```\nor\n```bash\n./PhotoshopSetup.sh -d /mnt/myfiles/photoshop -c /mnt/cache\n```\nWhen no options are given, the installer script will use the default path, \nthe uninstaller script and others will detect your custom path so there is no problem,\nI recommend using the `-d` option  and having the default cache directory.\nthis feature is currently being tested, and will be added to `setup.sh` later\n\n## :wine_glass: wineprefix Configuration\nIf you need to configure the wineprefix of photoshop you can use `winecfg.sh` script just run the command below\n```bash\nchmod +x winecfg.sh\n./winecfg.sh\n```\n## :hammer: Tools\n\n\u003cdetails\u003e\n\u003csummary\u003e:sparkles: Liquify Tools\u003c/summary\u003e\nAs you know photoshop has many useful tools like `Liquify Tools`.\u003c/br\u003e\n\nIf you get some errors while working with these tools,\nIt may because of the graphics card.\u003c/br\u003e\n\nPhotoshop uses the `GPU` to process these tools so before using these tools make sure that your graphics card `(Nvidia, AMD)` is configured correctly in your Linux machine.\n\u003c/br\u003eThe other solution is you can configure photoshop to use your `CPU` for image processing. to do that, follow the steps below:\n\n* Go to edit tab and open `preferences` or `[ctrl+K]`\n* Then go to the `performance` tab\n* In the graphics processor settings section, uncheck `Use graphics processor`\n\n![](https://user-images.githubusercontent.com/34630603/80861998-117b7a80-8c87-11ea-8f56-079f43dfafd9.png)\n\u003c/details\u003e\n\n---\n\u003cdetails\u003e\n\u003csummary\u003e:camera: Adobe Camera Raw\u003c/summary\u003e\n\nAnother useful adobe software is `camera raw` if you want to work with it beside photoshop you must install it separately to do this, after photoshop installation run `cameraRawInstaller.sh` script with commands below:\n```bash\nchmod +x cameraRawInstaller.sh\n./cameraRawInstaller.sh\n```\nThen restart photoshop.you can open it from \n`Edit \u003e\u003ePreferences \u003e\u003e Camera Raw`\n\n\u003e **_NOTE1:_** the size of camera raw installation file is about 400MB\n\n\n\u003e **_NOTE2:_** camera raw performance depends on your graphic card driver and its configuration\n\n\u003c/details\u003e\n\n## :hotsprings: Uninstall\nTo uninstall photoshop you can use the uninstaller script with commands below\n\n```bash\nchmod +x uninstaller.sh\n./uninstaller.sh\n```\n\n\n## :bookmark: License\n![GitHub](https://img.shields.io/github/license/manuwarfare/photoshopCClinux?style=for-the-badge)\n\n---\n\n![GitHub stars](https://img.shields.io/github/stars/Gictorbit/photoshopCClinux)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanuwarfare%2Fphotoshopcclinux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanuwarfare%2Fphotoshopcclinux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanuwarfare%2Fphotoshopcclinux/lists"}