Skip to main content

Contains anything related to setting up a new computer (desktop) system

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

Contributing License pre-commit GitHub

cmstp - computer setup

Contains anything related to setting up a new computer (desktop) system.

Disclaimer - Use at your own risk

This project is currently (12.2025) coded solely by me. As a junior developer, there is probably a lot that can be improved and although I have tested each task, there may be some unforeseen issues. Please use with caution and report any issues you find (see the contributing section).

During this project's initial development, I recommend using it solely on fresh machines.

Installation

Prerequisites

Ubuntu 24.04+

We recommend installing pipx via apt:

sudo apt update && sudo apt install pipx

Older Ubuntu Versions

We recommend installing pipx via pip:

sudo apt update && sudo apt install python3 python3-pip && python3 -m pip install --user pipx

NOTE: The installation of pipx via pip (as opposed to apt) is recommended on older versions, as the apt version is often outdated.

MacOS

Not supported yet.

Windows

Not supported yet.

Main Installation

Then, install cmstp via pipx:

pipx install cmstp

Usage

Pre-Setup

We recommend setting up the following before running the main installation/configuration tasks:

  • Configuring SSH keys for git (GitHub, GitLab, etc.) - some tasks may require cloning private repositories
  • Disabling Secure Boot (e.g. for installing NVIDIA drivers)

You can use the provided helper to guide you through these steps:

cmstp pre-setup [-s] [-g]

The helper also provides further possible manual setup steps for configuring fresh systems.

NOTE: You may also look up the general instructions for creating SSH keys here.

Main Installations/Configurations

To use default installations/configurations, simply use (without any flags):

cmstp setup [-h] [-t TASKS [TASKS ...]] [-f CONFIG_FILE] [-d CONFIG_DIRECTORY] [-p] [-v]

To use custom config installation/configuration config files, use (flag shorthand: -d)

cmstp setup --config-directory </path/to/configs/ | git_url>

where /path/to/configs/ is a directory containing multiple txt/json(c)/yaml/... configuration files (to be used by tasks as defined in this repo's config/default.yaml file) following this package's default config/ directory. Each file in that directory should have the same name and structure as in the default. We STRONGLY RECOMMEND saving a personalized config directory as a git repository and providing the git URL instead of a local path. The repository will be cloned and used for the configurations. For more details and examples of configs, see this README.

To easily specify multiple tasks to be run, use (flag shorthand: -f)

cmstp setup --config-file /path/to/config.yaml

where the config file should be a yaml file following the structure of the config/enabled.yaml file in this package. That config file contains detailed explanations. Should a relative path be provided, the file will first be searched for locally and then in the config directory.

To simply enable tasks with their default configurations, use (flag shorthand: -t)

cmstp setup --tasks TASK1 TASK2 ...

where TASK1, TASK2, ... are the task names as specified in the config/enabled.yaml file in this package. Task arguments may optionally be passed via colon separation, e.g. --tasks task1:arg1:arg2 task2:arg1, in which case they will override any existing arguments for those tasks. Note that the precedence for any fields passed to tasks is as follows: CLI tasks > config file > default config.

Further options are

  • --enable-all to enable all tasks (takes precedence over config file)
  • --enable-dependencies to automatically enable dependencies of enabled tasks (takes precedence over config file)
  • --disable-preparation to disable updating/upgrading apt beforehand (not recommended)
  • -v, --verbose to enable verbose logging

Contributing

Please see CONTRIBUTING.md for contribution guidelines.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Possible Future Features

  • Add uninstallations/deconfigurations and seprate configurations from installations. That could result in multiple entrypoints (instead of the current single cmstp setup):
    • cmstp install - for installations only
    • cmstp configure - for configurations only
    • cmstp uninstall - for uninstallations only
    • Possibly, a cmstp deconfigure for deconfigurations only
  • Setup Browser Bookmarks
  • Setup Autocompletions

TODO

Please see TODO.md for a list of planned improvements.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cmstp-1.1.0.tar.gz (73.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cmstp-1.1.0-py3-none-any.whl (89.4 kB view details)

Uploaded Python 3

File details

Details for the file cmstp-1.1.0.tar.gz.

File metadata

  • Download URL: cmstp-1.1.0.tar.gz
  • Upload date:
  • Size: 73.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.19

File hashes

Hashes for cmstp-1.1.0.tar.gz
Algorithm Hash digest
SHA256 56b82c42322af8d754e02e3a7ebc11ba034295d42c105349d07ef4c948d3b1fe
MD5 b7cbbbd3581bcf68923f2523580ccca9
BLAKE2b-256 32008e5173623e97fb40758c775fe2ea12ae91417064126f99adbeb4f3d67734

See more details on using hashes here.

File details

Details for the file cmstp-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: cmstp-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 89.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.19

File hashes

Hashes for cmstp-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 851ecfc61c0e8c8fae6d21da691e472884ce6e444bce2a61c9dd2fca6dc3615b
MD5 aa6358afbca9c25a70939567a9004364
BLAKE2b-256 a2de7699aabd2d50ab8e1a1e449e68f74a5b21aecec01899015f9dd38b06ba66

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page