Skip to content

megabyte-labs/install.doctor

Repository files navigation

Install Doctor, The Desktop Provisioning System

Maintained by Megabyte Labs


A glorious combination of application / theme settings and a performant cross-platform, desktop-oriented software suite.


Table of Contents

Overview

Want to try out a new desktop jam-packed with a whole suite of GitHub's most-starred projects? Install Doctor is a combination of application settings, theme files, and a performant yet flexible software installer written with ZX. It is easily customizable, with optional prompts that ask you for API keys if you want to completely automate everything. The installer supports almost any operating system, just checkout the software.yml file. It uses Chezmoi to apply file changes in an interactive way. It is not your typical Chezmoi project - it is built around the philosophy that you should be able to bash all your computers to bits with a hammer and then resurrect them the next day ✝️️ by storing stateful data to an encrypted S3 bucket and automating desktop configuration as much as possible.

Install Doctor is a cross-platform development environment provisioning system. The project began as an ongoing Ansible project named Gas Station but transitioned to a dotfile-ish approach for easier adoption and less overhead. It is intended for:

  1. Power users that want to maximize their long-term efficiency by incorporating the most-starred applications / projects / CLIs on GitHub into their stack.
  2. Users that distro hop but want to retain their favorite tools regardless of whether they are using macOS, Windows, or Linux
  3. People that want to reformat their computers on a, perhaps, daily basis while retaining stateful elements of their file system by leveraging S3 buckets
  4. Enthusiasts that want to deploy as many cool, useful tools as possible without having to spend much time configuring their file system
  5. Perfectionists that love software that behaives as it should, looks gorgeous (desktop preview screenshots below), and performs tasks quickly on any platform
  6. CLI ninjas that want to bring their set of tools wherever they go

Quick Start

To provision your workstation, you can run the following which will install some basic dependencies (e.g. Chezmoi) and provide interactive prompts where you can personalize your configuration:

bash <(curl -sSL https://install.doctor/start)

If you fork this repository and would like to use your fork as the source, you can still use the command shown above by setting the START_REPO environment variable. If it is located on GitHub, you can do this by running:

START_REPO=my-gh-user/my-fork-name bash <(curl -sSL https://install.doctor/start)

Alternatively, if you want to host your project on GitLab or another git provider, then just specify the git remote's URL:

START_REPO=git@gitlab.com:megabyte-labs/install.doctor.git bash <(curl -sSL https://install.doctor/start)

Quick Start Notes

  • The quick start script is tested on the latest versions of Archlinux, CentOS, Debian, Fedora, macOS, and Ubuntu
  • The quick start script is the preferred method of using this project to provision your system
  • The script can be configured to be completely headless by specifying environment variables which are detailed below
  • Windows support is on the roadmap.

Chezmoi-Based

This project leverages Chezmoi to provide:

  1. File diffs that show how files are being changed
  2. Easy-to-use encryption that lets you store private data publicly on GitHub
  3. A basic set of prompts that accept and integrate API credentials for services like CloudFlare, GitHub, GitLab, and Slack so that your development environment is augmented by free cloud services

Security Focused

This software was built in an adversarial environment. This led towards a focus on security which is why we employ technologies like Firejail, Portmaster, Little Snitch, and Qubes. Whenever possible, Flatpaks are used as the preferred application type. This also led to an emphasis on performance. When your workstation is possibly compromised or you have a good habit of reformatting your workstation on regular basis then it makes sense to use a provisioning system that can restore the workstation to a similar state quicker.

Cross-Platform

This project has been developed with support for Archlinux, CentOS, Fedora, macOS, Ubuntu, and Windows. Almost all the testing has been done on x86_64 systems but the system is flexible enough to be adapted for other systems such as ARM or FreeBSD. A lot of effort has also gone into supporting Qubes which, when fully provisioned, is basically a combination of all the operating systems we have developed this project for.

Custom Software Provisioning System

The project also incorporates a custom ZX script that allows you to choose which package managers you would like to manage your software. It attempts to be as asynchronous as possible without opening the door to errors. The script leverages the software.yml file in the root of this repository to figure out which package manager to use. By default, the installer will choose the most secure option (e.g. Flatpaks are preferred for Linux applications). The installer is more performant and less error-prone than our Ansible variant. It also makes it a lot easier to add software to your stack in such a way that you can keep the software regardless of what operating system you are using by storing everything in the aforementioned software.yml file.

Beautiful Anywhere

Windows and macOS do a great job of making things look good from a UI perspective out of the box. Linux on the other hand requires some finessing especially when you follow our philosophy of taking many different operating systems and deploying similar software on them. A sizable amount of effort went into customizing the popular Sweet theme and adapting it to our liking. Bells and whistles like a customized GRUB2 and Plymouth theme are included.

Qubes Support

Qubes support is on its way.

Gas Station

This project began as something to supplement our provisioning system that uses Ansible. The system is called Gas Station. It includes hundreds of Ansible roles. If you look at the software.yml file, you will notice that some of the Ansible roles that Gas Station provides are inside of it. By default, this project will try to install software / dependencies using other, lighter methods before resorting to using Ansible. This is because of the software installer order that is defined at the top of the software.yml file. Gas Station is also still used to house some of the variables / data that this project uses.

Chezmoi

This project uses Chezmoi to orchestrate the provisioning. After calling the quick start script shown above, the quick start script will ensure some dependencies are installed (including Chezmoi) and then initiate Chezmoi. In order to customize this project, you should head over to the Chezmoi documentation to get a better understanding of why some of the files in this repository start with dot_, run_, etc.

Resetting Chezmoi

This script is designed to run only the code that is necessary to improve performance. This is accomplished by using .chezmoiscripts, Chezmoi's onchange_ identifier, and a custom installer written in ZX that is powered by the software definitions in software.yml.

If there is an error during the provision process or you make changes that are not being run during the provision process then you might want to clear Chezmoi's cache and configuration. This can be done on macOS/Linux by running:

rm -rf ~/.config/chezmoi && rm -rf ~/.cache/chezmoi

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page. If you would like to contribute, please take a look at the contributing guide.

Sponsorship

Dear Awesome Person,

I create open source projects out of love. Although I have a job, shelter, and as much fast food as I can handle, it would still be pretty cool to be appreciated by the community for something I have spent a lot of time and money on. Please consider sponsoring me! Who knows? Maybe I will be able to quit my job and publish open source full time.

Sincerely,

Brian Zalewski

Open Collective sponsors GitHub sponsors Patreon

Affiliates

Below you will find a list of services we leverage that offer special incentives for signing up for their services through our special links:

MailChimp DigitalOcean Referral Badge

License

Copyright © 2020-2021 Megabyte LLC. This project is MIT licensed.