An open API service indexing awesome lists of open source software.

https://github.com/minsiam/csp-linux

Easy install Clip Studio Paint on Linux!
https://github.com/minsiam/csp-linux

bash clipstudiopaint install-script linux shell

Last synced: 11 months ago
JSON representation

Easy install Clip Studio Paint on Linux!

Awesome Lists containing this project

README

          

# CSP Linux
This is a script to install Clip Studio Paint on Linux using the help of Valve's Proton (fork GE-Proton was used).

## Dependencies
- wget
- pv

Arch Linux users can install them with `pacman -S wget pv`

## Installation (It's that easy!)
```bash
git clone https://github.com/minsiam/csp-linux
cd csp-linux
chmod +x csp-installer.sh
./csp-installer.sh 3
```

Once it's installed, you can start CSP by running `csp-linux` in your terminal.

## Uninstallation
To uninstall CSP, run `./csp-installer.sh uninstall`, or delete `~/.local/share/csp-linux`
& `~/.config/csprc` from your machine manually.

## Made with love ❤️ by minsiam