photoshopCClinux/README.md

50 lines
1.9 KiB
Markdown
Raw Normal View History

2020-02-13 17:16:44 +00:00
![screenshot](images/Screenshot.png)
2020-02-13 17:59:03 +00:00
![GitHub repo size](https://img.shields.io/github/license/Gictorbit/photoshopCClinux?style=flat) ![Tested on arch](https://img.shields.io/badge/Tested%20on-Archlinux-brightgreen)
![GitHub stars](https://img.shields.io/github/stars/Gictorbit/photoshopCClinux?style=sad) ![rep size](https://img.shields.io/github/repo-size/gictorbit/photoshopCClinux)
2020-02-13 17:42:48 +00:00
# photohop CC v19 installer for linux
2020-02-13 17:16:44 +00:00
This bash script installs Photoshop CC version 19 on your Linux machine using wine behind the scene
and sets some necessary component up for best performance
2020-02-13 17:42:48 +00:00
## Features
* downloads necessary component and installs them (`vcrun`,`atmlib`,`msxml`...)
2020-02-13 17:16:44 +00:00
* downloads photoshop.exe installer and installs it automatically
* creates photoshop commands and desktop entry
* configures wine for dark mode
2020-02-13 17:42:48 +00:00
* detects various graphic cards like (`intel`, `Nvidia`...)
2020-02-13 17:16:44 +00:00
* saves the downloaded files in your cache directory
* It's free and you will not need any license key
2020-02-13 17:42:48 +00:00
## Requirements
1- use 64bit edition of your distro
make sure below packages is already installed on your Linux distro
* `wine`
* `aria2c`
* `md5sum`
if they are not already installed you can install them using your package manager for example in arch Linux
```bash
sudo pacman -S wine aria2c
```
2- make sure you have enogh storage in your `/home` partition about `5 GiB`
> 1 GiB will be free after installation
3- make sure you have internet connection and about 1.5 Gib traffic for downloading photoshop and its components at first time
## Installation
2020-02-13 17:16:44 +00:00
for installing photoshop just run the bash script with below command it downloads and installs photoshop include its component and configures wine automatically
```bash
chmod +x PhotoshopSetup.sh
./PhotoshopSetup.sh
```
during installation please pay attention to script messages
2020-02-13 17:42:48 +00:00
## To Do
* create uninstall script
## License
![GitHub](https://img.shields.io/github/license/Gictorbit/photoshopCClinux?style=for-the-badge)