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!
- Host: GitHub
- URL: https://github.com/minsiam/csp-linux
- Owner: minsiam
- License: mit
- Created: 2024-11-20T19:27:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T16:22:14.000Z (about 1 year ago)
- Last Synced: 2025-04-24T00:08:17.911Z (11 months ago)
- Topics: bash, clipstudiopaint, install-script, linux, shell
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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