Metadata-Version: 2.4
Name: sysetup
Version: 1.4.3
Summary: Personal system setup
Author-email: Quinten Roets <qdr2104@columbia.edu>
License-Expression: 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<3,>=2.0.2
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: requests<3,>=2.32.3
Requires-Dist: superpathlib<3,>=2.0.4
Provides-Extra: dev
Requires-Dist: dirhash<1,>=0.5.0; extra == "dev"
Requires-Dist: types-requests<3,>=2.32.0.20250306; extra == "dev"
Requires-Dist: package-dev-tools<1,>=0.7.1; extra == "dev"
Requires-Dist: package-dev-utils<1,>=0.1.6; extra == "dev"
Dynamic: license-file

# Sysetup
[![PyPI version](https://badge.fury.io/py/sysetup.svg)](https://badge.fury.io/py/sysetup)
![PyPI downloads](https://img.shields.io/pypi/dm/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/) 6 required

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

## Setup steps
1) Run
   ```shell
   wget -O - sysetup.quintenroets.com | bash
   ```
   give Bitwarden password when prompted
2) Appearance
    * Set wallpaper
    * Select We10OSX Cursors
3) Configure autocpufreq
4) Login to Pycharm professional
5) For new device: configure mousepad
   * natural touchpad scroll direction
   * click on touch

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