Metadata-Version: 2.1
Name: sysetup
Version: 1.3.0
Summary: Personal system setup
Author-email: Quinten Roets <qdr2104@columbia.edu>
License: MIT
Project-URL: Source Code, https://github.com/quintenroets/sysetup
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: backupmaster<2,>=1.2.6
Requires-Dist: dbus-next<1,>=0.2.3
Requires-Dist: package-utils[context]<1,>=0.6.1
Requires-Dist: powercli<1,>=0.3.1
Requires-Dist: python-dotenv<2,>=1.0.1
Requires-Dist: requests<3,>=2.32.3
Requires-Dist: superpathlib<3,>=2.0.4
Provides-Extra: dev
Requires-Dist: package-dev-tools<1,>=0.5.11; extra == "dev"
Requires-Dist: package-dev-utils<1,>=0.1.6; extra == "dev"

# Sysetup
[![PyPI version](https://badge.fury.io/py/sysetup.svg)](https://badge.fury.io/py/sysetup)
![Python version](https://img.shields.io/badge/python-3.10+-brightgreen)
![Operating system](https://img.shields.io/badge/os-linux-brightgreen)
![Coverage](https://img.shields.io/badge/coverage-66%25-brightgreen)
## [Plasma](https://kde.org/plasma-desktop/) 5.22 required

[Setup info](docs/setup-plasma.md)

## Setup steps
1) Run
   ```shell
   wget -O - https://raw.githubusercontent.com/quintenroets/sysetup/main/bin/setup | bash
   ```
   give rclone password when prompted
2) Appearance
    * Set wallpaper
    * Select We10OSX Cursors
3) Configure autocpufreq
4) Setup Chrome
    * Enable GPU acceleration in chrome://flags
    * PDF viewer: set page zoom to page fit
    * Import certificate from Scripts/assets/sysetup/certificates/certificate.crt
    * Click experimental: enable tab groups save and sync
5) Login to
    * Pycharm professional
    * VNC Server
6) For new device: set touchpad scroll direction and click on touch

## Installation
```shell
pip install sysetup
```
