onboardme


Nameonboardme JSON
Version 1.7.1 PyPI version JSON
download
home_pagehttp://github.com/jessebot/onboardme
SummaryInstall dot files and packages, including a base mode with sensible defaults to run on most computers running Debian based distros or macOS.
upload_time2024-03-19 09:11:03
maintainer
docs_urlNone
authorJesse Hitch
requires_python>=3.11,<4.0
licenseAGPL-3.0-or-later
keywords onboardme onboarding desktop-setup development-environment
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">
  <img
    src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png"
    height="30"
    width="0px"
  />
  💻 onboard<i>me</i>
  <img
    src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png"
    height="30"
    width="0px"
  />
</h1>

Get your daily driver, or personalized 🐳 container, just the way you like it! From dot files management, to package installation, to setting up neovim, to other little features you didn't know you needed, `onboardme` intends to save you time with initializing and maintaining your personal evironments ✨

<p align="center">
<img width="90%" src='https://raw.githubusercontent.com/jessebot/onboardme/main/docs/onboardme/screenshots/image_in_terminal.png' alt='screenshot of color samples and image of dog using a computer using sixel'>
</p>

## Features

<details>
  <summary><h4>Keep your Dot Files Up To Date Across multiple systems</h4></summary>
  
`onboardme` can manage your [dot files] using a git by turning your home directory into a repo.
We even provide default dot files, so you don't have to manage them
- The [default dot files] are open source, and the maintainers use these themselves
- They cover a lot of common apps/tools you probably want anyway
- They have consistent colorschemes accross different CLI/TUI programs 😃
- They set all the helpful BASH aliases you could need (zsh support coming soon)

</details>

<details>
  <summary><h4>Package management accross multiple package managers<h4></summary>
    
We install and upgrade libraries and apps using common package managers. We also provide a currated list of default packages.
  
- checkout the [default packages]
- supports `brew`, `apt`, `snap`, `flatpak`, and `pip` (and you can add your own 😄)
- group together packages for different kinds of environments
  - onboardme provides default package groups:
    - default (no desktop GUI apps installed by default, always installed)
    - macOS (default apps for _macOS only_ apps, always installed on macOS)
    - gui (default GUI apps for Linux desktops, optionally installed)
    - devops (devops related tooling, optionally installed)
 
<sub>**Linux ARM Users NOTE**: `brew` is currently [unsupported on linux/arm64](https://docs.brew.sh/Homebrew-on-Linux#arm-unsupported), and as we'd have to compile everything from source anyway, we don't support running the brew package manager via onboardme on linux/arm64 or (AArch64) at all right now._
We do have a docker image ([jessebot/onboardme:latest-arm](https://hub.docker.com/r/jessebot/onboardme)) optimized for arm though that you can run on AArch64 and it's perfect for a dockerized dev environment on an M1 or later mac or any other ARM 64 device that runs docker :)</sub>

</details>

<details>
  <summary><h4>NeoVim Plugin Installtion and Updates<h4></summary>


`onboardme` keeps your neovim plugins installed and up to date with [lazy.nvim] under the hood.
  
<h4>Why no vim though?</h4>
  
If you haven't already made the switch from Vim to [NeoVim], you can try out NeoVim today with `onboardme` :D We used to support both neovim _and_ vim, but these days none of the primary developers of this repo use pure vim anymore, so we can't ensure it's up to standards. All of your knowledge from vim is still helpful in neovim though, and we highly recommend switching as neovim has a lot more features and a very active plugin community :) NeoVim maintains a guide on how to switch from vim [here](https://neovim.io/doc/user/nvim.html#nvim-from-vim). 

</details>

<details>
  <summary><h4>Easy <code>yaml</code> config files using XDG Base Directory Spec<h4></summary>

We use use [XDG Base Directory Spec] for config files, so you always know where they are :)

Config files are in `$XDG_CONFIG_HOME/onboardme/`, <sub>or `~/.config/onboardme/` if `$XDG_CONFIG_HOME` is not defined</sub>.

Learn more about configuration in the [config docs](https://jessebot.github.io/onboardme/onboardme/getting-started).

</details>

<details>
  <summary><h4>Docker image for an on-the-go dev workspace<h4></summary>

The docker image is built nightly, and on push to `main` via GHA. The base image is `debian:bookworm`, but we will rollout support for Ubuntu down the line :)
See the [dockerhub page](https://hub.docker.com/r/jessebot/onboardme) for more info!

</details>

<details>
  <summary><h4>Other optional configurations<h4></summary>
    
- Enable touchID for sudo on macOS
- Add your user to the docker group
- Install [nerdfonts](https://www.nerdfonts.com) (defaults to mononoki and Symbols Only)

</details>

### Screenshots

<details>
  <summary>Example of <code>onboardme --help</code></summary>

<p align="center" width="100%">
<a href="https://raw.githubusercontent.com/jessebot/onboardme/main/docs/onboardme/screenshots/help_text.svg">
<img src="./docs/onboardme/screenshots/help_text.svg" alt='screenshot of full output of onboardme --help'>
</a>
</p>

</details>

<details>
  <summary>Examples of the terminal after <code>onboardme</code> runs</summary>

<p align="center" width="100%">

### neovim
<img width="90%" src='https://raw.githubusercontent.com/jessebot/onboardme/main/docs/onboardme/screenshots/neovim_example_1.png' alt='screenshot of neovim with colors'>

### Powerline and ls
<img width="80%" src='https://raw.githubusercontent.com/jessebot/onboardme/main/docs/onboardme/screenshots/ls_tree_examples.png' alt='screenshot of powerline and lsd'>

### Powerline with git
<img width="90%" src='https://raw.githubusercontent.com/jessebot/onboardme/main/docs/onboardme/screenshots/git_powerline_example.png' alt='screenshot of powerline and git colors'>

### Image and colors


### Python virtual env in powerline and cat
<img width="90%" src='https://raw.githubusercontent.com/jessebot/onboardme/main/docs/onboardme/screenshots/python_virtual_env_example.png' alt='screenshot of using bat and python virtual env in powerline'>
</p>

</details>

# Installation

## Install Locally

You'll need `curl`, `brew`, `git`, and Python 3.11 to get started. We have a setup script to install those (except `curl`) and help you get your environment to the XDG spec under <b>Locally</b>. For docker, see the section below.

<details>
  <summary>Local prereq install script</summary>
.
<details>
  <summary><code>curl</code>, a pre-prereq</summary>

  ```bash
  # Debian/Ubuntu may not have curl installed depending on where you are, so this will install it for you
  type -p curl >/dev/null || (sudo apt update && sudo apt install curl -y)
  ```

</details>

Make sure you have sudo access, otherwise we won't be able to install certain things.
The quickest way to get started on a fresh macOS or distro of Debian (including Ubuntu) is:
```bash
# this will download setup.sh to your current directory and run it
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/jessebot/onboardme/main/setup.sh)"
```

#### Linux
Source your updated `.bashrc`:

```bash
# for linux
source ~/.bashrc
```

#### MacOS
source your updated `.bash_profile`:

```bash
bash
source ~/.bash_profile
```

You will still have to set your default shell to BASH to if you want to take advantage of the default dot files for onboardme. You can do that like this:

```bash
brew install bash
sudo -i

# if you're on an M1 or newer:
echo "/opt/homebrew/bin/bash" >> /etc/shells && exit
chsh -s /opt/homebrew/bin/bash $(whoami)

# if you're on a mac earlier than the M1:
echo "/usr/local/bin/bash" >> /etc/shells && exit
chsh -s /usr/local/bin/bash $(whoami)
```

After that, you can also set the shell directly in your terminal app via the settings.

</details>

If you've already got all the above prereq on your machine, you can just do:
```bash
# should also work with pipx, if you'd like to use that instead
pip install --user --upgrade onboardme
```

## Using the Docker image

Read more about our docker tags and how to use them at [jessebot/onboardme](https://hub.docker.com/r/jessebot/onboardme) on DockerHub.

# Usage
Learn more about configuration in the [config docs](https://jessebot.github.io/onboardme/onboardme/getting-started), but by default you can get started with:

```bash
# this will display the help text for onboardme
onboardme --help

# Running this won't overwrite any existing dot files, but it may add new ones
# and it may install new packages. Don't run this till you've looked at the files
# in ~/.config/onboardme/
onboardme
```

From here, if you want to *completely wipe your existing dot files* for a fresh start with with `onboardme`, you can run:
```bash
# WARNING: This will overwrite your local dotfiles, including your .bashrc and .bash_profile
# can also be done with: onboardme -O
onboardme --overwrite
```

You can read more in depth at the [Getting Started Docs] 💙! There's also more [docs] on basically every program that onboardme touches.

### Upgrades
If you're on python 3.11, you should be able to do:

```bash
pip3.11 install --upgrade onboardme
```

## Under the Hood
Made and tested for these operating systems:

[![Tested on Ventura 13.4 with a 13-inch M1 Macbook pro and a 13-inch AMD 1,4 GHz Quad-Core Intel Core i5 2020 Macbook Pro](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=apple&logoColor=white)](https://wikiless.org/wiki/MacOS?lang=en)
[![Tested only on Debian Bookworm (debian:bookworm)](https://img.shields.io/badge/Debian-A81D33?style=for-the-badge&logo=debian&logoColor=white)](https://www.debian.org/)
[![Tested only on ubuntu servers](https://img.shields.io/badge/Ubuntu-E95420?style=for-the-badge&logo=ubuntu&logoColor=white)](https://ubuntu.com/)

And optomized for the following programs:

[![made-with-neovim](https://img.shields.io/badge/NeoVim-0f191f?style=for-the-badge&logo=neovim&logoColor=#5c983b)](https://neovim.io/)
[![made-with-python](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue)](https://www.python.org/)
[![made-with-bash](https://img.shields.io/badge/GNU%20Bash-000000?style=for-the-badge&logo=GNU%20Bash&logoColor=#5c983b)](https://www.gnu.org/software/bash/)
[![made-with-powerline](https://img.shields.io/badge/powerline-000000?style=for-the-badge&logo=powerline&logoColor=#5c983b)](https://powerline.readthedocs.io/en/master/overview.html)


#### Built using these great tools:

[<img src="https://github.com/textualize/rich/raw/master/imgs/logo.svg" alt="rich python library logo with with yellow snake" width="200">](https://github.com/Textualize/rich/tree/master)
[<img src="https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/images/nerd-fonts-logo.svg" width="120" alt="nerd-fonts: Iconic font aggregator, collection, and patcher">](https://www.nerdfonts.com/)


## Status
  <a href="https://github.com/jessebot/onboardme/releases">
    <img src="https://img.shields.io/github/v/release/jessebot/onboardme?style=plastic&labelColor=484848&color=3CA324&logo=GitHub&logoColor=white">
    </a> <br></br>


Actively used by the maintainers daily, but software is always changing, so please report 🐛 in the GitHub issues, and we will collect them, and release them back into the wild, because we are vegan and nice. (Kidding, we will help! 😌)

:star: If you like this project, please star it to help us keep motivated :3

### Contributors
We love contributors! Feel free to open a pull request, and we will review it asap! :)

<!-- readme: contributors -start -->
<table>
<tr>
    <td align="center">
        <a href="https://github.com/jessebot">
            <img src="https://avatars.githubusercontent.com/u/2389292?v=4" width="100;" alt="jessebot"/>
            <br />
            <sub><b>JesseBot</b></sub>
        </a>
    </td>
    <td align="center">
        <a href="https://github.com/cloudymax">
            <img src="https://avatars.githubusercontent.com/u/84841307?v=4" width="100;" alt="cloudymax"/>
            <br />
            <sub><b>Max!</b></sub>
        </a>
    </td></tr>
</table>
<!-- readme: contributors -end -->

## Shameless plugs for other projects
Get running on a machine using a bootable USB stick with [pxeless](https://github.com/cloudymax/pxeless).

Get started with virtual machines and QEMU with [scrap metal](https://github.com/cloudymax/Scrap-Metal).

Get started with testing kubernetes on metal with [smol k8s lab](https://github.com/jessebot/smol_k8s_lab).

<!-- link references -->
[documentation]: https://jessebot.github.io/onboardme/onboardme "onboardme documentation"
[docs]: https://jessebot.github.io/onboardme/onboardme "onboardme documentation"
[default dot files]: https://github.com/jessebot/dot_files "default dot files for onboardme"
[help text]: https://raw.githubusercontent.com/jessebot/onboardme/main/docs/onboardme/screenshots/help_text.svg "an svg of the command: onboardme --help"
[Getting Started Docs]: https://jessebot.github.io/onboardme/onboardme/getting-started "getting started documentation"
[default packages]: https://github.com/jessebot/dot_files/blob/main/.config/onboardme/packages.yml "default installed packages for onboardme"

<!-- external link references -->
[dot files]: https://en.wikipedia.org/wiki/Hidden_file_and_hidden_directory#Unix_and_Unix-like_environments "wiki entry for dot file explanation"
[XDG Base Directory Spec]: https://specifications.freedesktop.org/basedir-spec/latest/ar01s03.html
[NeoVim]: https://neovim.io/ "neovim, vim improved"
[lazy.nvim]: https://github.com/folke/lazy.nvim "lazy.nvim, a plugin manager for neovim"

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/jessebot/onboardme",
    "name": "onboardme",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "onboardme,onboarding,desktop-setup,development-environment",
    "author": "Jesse Hitch",
    "author_email": "jessebot@linux.com",
    "download_url": "https://files.pythonhosted.org/packages/30/e4/f0892b234c7b7b22fa8071988a1198166f725dee8f4bec77e89b61349d7f/onboardme-1.7.1.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">\n  <img\n    src=\"https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png\"\n    height=\"30\"\n    width=\"0px\"\n  />\n  \ud83d\udcbb onboard<i>me</i>\n  <img\n    src=\"https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png\"\n    height=\"30\"\n    width=\"0px\"\n  />\n</h1>\n\nGet\u00a0your\u00a0daily\u00a0driver, or personalized \ud83d\udc33 container,\u00a0just\u00a0the\u00a0way\u00a0you\u00a0like\u00a0it! From\u00a0dot files management, to package installation, to setting up neovim, to other little features you didn't know you needed, `onboardme` intends to save you time with initializing and maintaining your personal evironments \u2728\n\n<p align=\"center\">\n<img width=\"90%\" src='https://raw.githubusercontent.com/jessebot/onboardme/main/docs/onboardme/screenshots/image_in_terminal.png' alt='screenshot of color samples and image of dog using a computer using sixel'>\n</p>\n\n## Features\n\n<details>\n  <summary><h4>Keep your Dot Files Up To Date Across multiple systems</h4></summary>\n  \n`onboardme` can manage your [dot files] using a git by turning your home directory into a repo.\nWe even provide default dot files, so you don't have to manage them\n- The [default dot files] are open source, and the maintainers use these themselves\n- They cover a lot of common apps/tools you probably want anyway\n- They have consistent colorschemes accross different CLI/TUI programs \ud83d\ude03\n- They set all the helpful BASH aliases you could need (zsh support coming soon)\n\n</details>\n\n<details>\n  <summary><h4>Package management accross multiple package managers<h4></summary>\n    \nWe install and upgrade libraries and apps using common package managers. We also provide a currated list of default packages.\n  \n- checkout the [default packages]\n- supports `brew`, `apt`, `snap`, `flatpak`, and `pip` (and you can add your own \ud83d\ude04)\n- group together packages for different kinds of environments\n  - onboardme provides default package groups:\n    - default (no desktop GUI apps installed by default, always installed)\n    - macOS (default apps for _macOS only_ apps, always installed on macOS)\n    - gui (default GUI apps for Linux desktops, optionally installed)\n    - devops (devops related tooling, optionally installed)\n \n<sub>**Linux ARM Users NOTE**: `brew` is currently [unsupported on linux/arm64](https://docs.brew.sh/Homebrew-on-Linux#arm-unsupported), and as we'd have to compile everything from source anyway, we don't support running the brew package manager via onboardme on linux/arm64 or (AArch64) at all right now._\nWe do have a docker image ([jessebot/onboardme:latest-arm](https://hub.docker.com/r/jessebot/onboardme)) optimized for arm though that you can run on AArch64 and it's perfect for a dockerized dev environment on an M1 or later mac or any other ARM 64 device that runs docker :)</sub>\n\n</details>\n\n<details>\n  <summary><h4>NeoVim Plugin Installtion and Updates<h4></summary>\n\n\n`onboardme` keeps your neovim plugins installed and up to date with [lazy.nvim] under the hood.\n  \n<h4>Why no vim though?</h4>\n  \nIf you haven't already made the switch from Vim to [NeoVim], you can try out NeoVim today with `onboardme` :D We used to support both neovim _and_ vim, but these days none of the primary developers of this repo use pure vim anymore, so we can't ensure it's up to standards. All of your knowledge from vim is still helpful in neovim though, and we highly recommend switching as neovim has a lot more features and a very active plugin community :) NeoVim maintains a guide on how to switch from vim [here](https://neovim.io/doc/user/nvim.html#nvim-from-vim). \n\n</details>\n\n<details>\n  <summary><h4>Easy <code>yaml</code> config files using XDG Base Directory Spec<h4></summary>\n\nWe use use [XDG Base Directory Spec] for config files, so you always know where they are :)\n\nConfig files are in `$XDG_CONFIG_HOME/onboardme/`, <sub>or `~/.config/onboardme/` if `$XDG_CONFIG_HOME` is not defined</sub>.\n\nLearn more about configuration in the [config docs](https://jessebot.github.io/onboardme/onboardme/getting-started).\n\n</details>\n\n<details>\n  <summary><h4>Docker image for an on-the-go dev workspace<h4></summary>\n\nThe docker image is built nightly, and on push to `main` via GHA. The base image is `debian:bookworm`, but we will rollout support for Ubuntu down the line :)\nSee the [dockerhub page](https://hub.docker.com/r/jessebot/onboardme) for more info!\n\n</details>\n\n<details>\n  <summary><h4>Other optional configurations<h4></summary>\n    \n- Enable touchID for sudo on macOS\n- Add your user to the docker group\n- Install [nerdfonts](https://www.nerdfonts.com) (defaults to mononoki and Symbols Only)\n\n</details>\n\n### Screenshots\n\n<details>\n  <summary>Example of <code>onboardme --help</code></summary>\n\n<p align=\"center\" width=\"100%\">\n<a href=\"https://raw.githubusercontent.com/jessebot/onboardme/main/docs/onboardme/screenshots/help_text.svg\">\n<img src=\"./docs/onboardme/screenshots/help_text.svg\" alt='screenshot of full output of onboardme --help'>\n</a>\n</p>\n\n</details>\n\n<details>\n  <summary>Examples of the terminal after <code>onboardme</code> runs</summary>\n\n<p align=\"center\" width=\"100%\">\n\n### neovim\n<img width=\"90%\" src='https://raw.githubusercontent.com/jessebot/onboardme/main/docs/onboardme/screenshots/neovim_example_1.png' alt='screenshot of neovim with colors'>\n\n### Powerline and ls\n<img width=\"80%\" src='https://raw.githubusercontent.com/jessebot/onboardme/main/docs/onboardme/screenshots/ls_tree_examples.png' alt='screenshot of powerline and lsd'>\n\n### Powerline with git\n<img width=\"90%\" src='https://raw.githubusercontent.com/jessebot/onboardme/main/docs/onboardme/screenshots/git_powerline_example.png' alt='screenshot of powerline and git colors'>\n\n### Image and colors\n\n\n### Python virtual env in powerline and cat\n<img width=\"90%\" src='https://raw.githubusercontent.com/jessebot/onboardme/main/docs/onboardme/screenshots/python_virtual_env_example.png' alt='screenshot of using bat and python virtual env in powerline'>\n</p>\n\n</details>\n\n# Installation\n\n## Install Locally\n\nYou'll need `curl`, `brew`, `git`, and Python 3.11 to get started. We have a setup script to install those (except `curl`) and help you get your environment to the XDG spec under <b>Locally</b>. For docker, see the section below.\n\n<details>\n  <summary>Local prereq install script</summary>\n.\n<details>\n  <summary><code>curl</code>, a pre-prereq</summary>\n\n  ```bash\n  # Debian/Ubuntu may not have curl installed depending on where you are, so this will install it for you\n  type -p curl >/dev/null || (sudo apt update && sudo apt install curl -y)\n  ```\n\n</details>\n\nMake sure you have sudo access, otherwise we won't be able to install certain things.\nThe quickest way to get started on a fresh macOS or distro of Debian (including Ubuntu) is:\n```bash\n# this will download setup.sh to your current directory and run it\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/jessebot/onboardme/main/setup.sh)\"\n```\n\n#### Linux\nSource your updated `.bashrc`:\n\n```bash\n# for linux\nsource ~/.bashrc\n```\n\n#### MacOS\nsource your updated `.bash_profile`:\n\n```bash\nbash\nsource ~/.bash_profile\n```\n\nYou will still have to set your default shell to BASH to if you want to take advantage of the default dot files for onboardme. You can do that like this:\n\n```bash\nbrew install bash\nsudo -i\n\n# if you're on an M1 or newer:\necho \"/opt/homebrew/bin/bash\" >> /etc/shells && exit\nchsh -s /opt/homebrew/bin/bash $(whoami)\n\n# if you're on a mac earlier than the M1:\necho \"/usr/local/bin/bash\" >> /etc/shells && exit\nchsh -s /usr/local/bin/bash $(whoami)\n```\n\nAfter that, you can also set the shell directly in your terminal app via the settings.\n\n</details>\n\nIf you've already got all the above prereq on your machine, you can just do:\n```bash\n# should also work with pipx, if you'd like to use that instead\npip install --user --upgrade onboardme\n```\n\n## Using the Docker image\n\nRead more about our docker tags and how to use them at [jessebot/onboardme](https://hub.docker.com/r/jessebot/onboardme) on DockerHub.\n\n# Usage\nLearn more about configuration in the [config docs](https://jessebot.github.io/onboardme/onboardme/getting-started), but by default you can get started with:\n\n```bash\n# this will display the help text for onboardme\nonboardme --help\n\n# Running this won't overwrite any existing dot files, but it may add new ones\n# and it may install new packages. Don't run this till you've looked at the files\n# in ~/.config/onboardme/\nonboardme\n```\n\nFrom here, if you want to *completely wipe your existing dot files* for a fresh start with with `onboardme`, you can run:\n```bash\n# WARNING: This will overwrite your local dotfiles, including your .bashrc and .bash_profile\n# can also be done with: onboardme -O\nonboardme --overwrite\n```\n\nYou can read more in depth at the [Getting Started Docs] \ud83d\udc99! There's also more [docs] on basically every program that onboardme touches.\n\n### Upgrades\nIf you're on python 3.11, you should be able to do:\n\n```bash\npip3.11 install --upgrade onboardme\n```\n\n## Under the Hood\nMade and tested for these operating systems:\n\n[![Tested on Ventura 13.4 with a 13-inch M1 Macbook pro and a 13-inch AMD 1,4 GHz Quad-Core Intel Core i5 2020 Macbook Pro](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=apple&logoColor=white)](https://wikiless.org/wiki/MacOS?lang=en)\n[![Tested only on Debian Bookworm (debian:bookworm)](https://img.shields.io/badge/Debian-A81D33?style=for-the-badge&logo=debian&logoColor=white)](https://www.debian.org/)\n[![Tested only on ubuntu servers](https://img.shields.io/badge/Ubuntu-E95420?style=for-the-badge&logo=ubuntu&logoColor=white)](https://ubuntu.com/)\n\nAnd optomized for the following programs:\n\n[![made-with-neovim](https://img.shields.io/badge/NeoVim-0f191f?style=for-the-badge&logo=neovim&logoColor=#5c983b)](https://neovim.io/)\n[![made-with-python](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue)](https://www.python.org/)\n[![made-with-bash](https://img.shields.io/badge/GNU%20Bash-000000?style=for-the-badge&logo=GNU%20Bash&logoColor=#5c983b)](https://www.gnu.org/software/bash/)\n[![made-with-powerline](https://img.shields.io/badge/powerline-000000?style=for-the-badge&logo=powerline&logoColor=#5c983b)](https://powerline.readthedocs.io/en/master/overview.html)\n\n\n#### Built using these great tools:\n\n[<img src=\"https://github.com/textualize/rich/raw/master/imgs/logo.svg\" alt=\"rich python library logo with with yellow snake\" width=\"200\">](https://github.com/Textualize/rich/tree/master)\n[<img src=\"https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/images/nerd-fonts-logo.svg\" width=\"120\" alt=\"nerd-fonts: Iconic font aggregator, collection, and patcher\">](https://www.nerdfonts.com/)\n\n\n## Status\n  <a href=\"https://github.com/jessebot/onboardme/releases\">\n    <img src=\"https://img.shields.io/github/v/release/jessebot/onboardme?style=plastic&labelColor=484848&color=3CA324&logo=GitHub&logoColor=white\">\n    </a> <br></br>\n\n\nActively used by the maintainers daily, but software is always changing, so please report \ud83d\udc1b in the GitHub issues, and we will collect them, and release them back into the wild, because we are vegan and nice. (Kidding, we will help! \ud83d\ude0c)\n\n:star: If you like this project, please star it to help us keep motivated :3\n\n### Contributors\nWe love contributors! Feel free to open a pull request, and we will review it asap! :)\n\n<!-- readme: contributors -start -->\n<table>\n<tr>\n    <td align=\"center\">\n        <a href=\"https://github.com/jessebot\">\n            <img src=\"https://avatars.githubusercontent.com/u/2389292?v=4\" width=\"100;\" alt=\"jessebot\"/>\n            <br />\n            <sub><b>JesseBot</b></sub>\n        </a>\n    </td>\n    <td align=\"center\">\n        <a href=\"https://github.com/cloudymax\">\n            <img src=\"https://avatars.githubusercontent.com/u/84841307?v=4\" width=\"100;\" alt=\"cloudymax\"/>\n            <br />\n            <sub><b>Max!</b></sub>\n        </a>\n    </td></tr>\n</table>\n<!-- readme: contributors -end -->\n\n## Shameless plugs for other projects\nGet running on a machine using a bootable USB stick with [pxeless](https://github.com/cloudymax/pxeless).\n\nGet started with virtual machines and QEMU with [scrap metal](https://github.com/cloudymax/Scrap-Metal).\n\nGet started with testing kubernetes on metal with [smol k8s lab](https://github.com/jessebot/smol_k8s_lab).\n\n<!-- link references -->\n[documentation]: https://jessebot.github.io/onboardme/onboardme \"onboardme documentation\"\n[docs]: https://jessebot.github.io/onboardme/onboardme \"onboardme documentation\"\n[default dot files]: https://github.com/jessebot/dot_files \"default dot files for onboardme\"\n[help text]: https://raw.githubusercontent.com/jessebot/onboardme/main/docs/onboardme/screenshots/help_text.svg \"an svg of the command: onboardme --help\"\n[Getting Started Docs]: https://jessebot.github.io/onboardme/onboardme/getting-started \"getting started documentation\"\n[default packages]: https://github.com/jessebot/dot_files/blob/main/.config/onboardme/packages.yml \"default installed packages for onboardme\"\n\n<!-- external link references -->\n[dot files]: https://en.wikipedia.org/wiki/Hidden_file_and_hidden_directory#Unix_and_Unix-like_environments \"wiki entry for dot file explanation\"\n[XDG Base Directory Spec]: https://specifications.freedesktop.org/basedir-spec/latest/ar01s03.html\n[NeoVim]: https://neovim.io/ \"neovim, vim improved\"\n[lazy.nvim]: https://github.com/folke/lazy.nvim \"lazy.nvim, a plugin manager for neovim\"\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0-or-later",
    "summary": "Install dot files and packages, including a base mode with sensible defaults to run on most computers running Debian based distros or macOS.",
    "version": "1.7.1",
    "project_urls": {
        "Bug Tracker": "http://github.com/jessebot/onboardme/issues",
        "Documentation": "https://jessebot.github.io/onboardme/onboardme",
        "Homepage": "http://github.com/jessebot/onboardme",
        "Repository": "http://github.com/jessebot/onboardme"
    },
    "split_keywords": [
        "onboardme",
        "onboarding",
        "desktop-setup",
        "development-environment"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8d5489009b3473de55fb2c0614f70d67744079b90a340fbb9262fba7599898e",
                "md5": "525b0b3ffc9f7b02e32421e359094e98",
                "sha256": "634a4d3146834820e14b0b58af97ef4c9859fdf982e631389d3025b8f741016c"
            },
            "downloads": -1,
            "filename": "onboardme-1.7.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "525b0b3ffc9f7b02e32421e359094e98",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 41503,
            "upload_time": "2024-03-19T09:10:59",
            "upload_time_iso_8601": "2024-03-19T09:10:59.680238Z",
            "url": "https://files.pythonhosted.org/packages/d8/d5/489009b3473de55fb2c0614f70d67744079b90a340fbb9262fba7599898e/onboardme-1.7.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30e4f0892b234c7b7b22fa8071988a1198166f725dee8f4bec77e89b61349d7f",
                "md5": "53dd0421ad3f2a7d7333f06eda97ddc6",
                "sha256": "859fcd9cd4c75576d03ef69d180f6ea3a01eb8878becd602bbb7ae371b4abdac"
            },
            "downloads": -1,
            "filename": "onboardme-1.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "53dd0421ad3f2a7d7333f06eda97ddc6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 40082,
            "upload_time": "2024-03-19T09:11:03",
            "upload_time_iso_8601": "2024-03-19T09:11:03.255184Z",
            "url": "https://files.pythonhosted.org/packages/30/e4/f0892b234c7b7b22fa8071988a1198166f725dee8f4bec77e89b61349d7f/onboardme-1.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-19 09:11:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jessebot",
    "github_project": "onboardme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "onboardme"
}
        
Elapsed time: 0.29561s