onboardme

💻 Beautiful cross-platform personal onboarding for your daily driver, or docker image, running macOS or Debian based distros across amd64/arm64

AGPL-3.0 License

Downloads
1.4K
Stars
18
Committers
6

Bot releases are visible (Hide)

onboardme - v1.9.2 Latest Release

Published by jessebot 3 months ago

What's Changed

Full Changelog: https://github.com/jessebot/onboardme/compare/v1.9.1...v1.9.2

onboardme - onboardme-0.2.0

Published by github-actions[bot] 3 months ago

A Helm chart for deploying an onboardme docker container on Kubernetes.

Full Changelog: https://github.com/jessebot/onboardme/compare/onboardme-0.1.1...onboardme-0.2.0

onboardme - onboardme-0.1.1

Published by github-actions[bot] 3 months ago

A Helm chart for deploying an onboardme docker container on Kubernetes.

Full Changelog: https://github.com/jessebot/onboardme/compare/onboardme-0.1.0...onboardme-0.1.1

onboardme - onboardme-0.1.0

Published by github-actions[bot] 3 months ago

A Helm chart for deploying an onboardme docker container on Kubernetes.

What's Changed

Full Changelog: https://github.com/jessebot/onboardme/compare/v1.9.1...onboardme-0.1.0

onboardme - v1.9.1

Published by jessebot 5 months ago

What's Changed

Full Changelog: https://github.com/jessebot/onboardme/compare/v1.9.0...v1.9.1

onboardme - v1.9.0

Published by jessebot 6 months ago

What's Changed

Full Changelog: https://github.com/jessebot/onboardme/compare/v1.8.0...v1.9.0

onboardme - v1.8.0

Published by jessebot 6 months ago

What's Changed

Full Changelog: https://github.com/jessebot/onboardme/compare/v1.7.1...v1.8.0

onboardme - v1.7.1

Published by jessebot 7 months ago

What's Changed

Full Changelog: https://github.com/jessebot/onboardme/compare/v1.6.1...v1.7.1

onboardme - v1.6.1

Published by jessebot about 1 year ago

What's Changed

Full Changelog: https://github.com/jessebot/onboardme/compare/v1.6.0...v1.6.1

onboardme - v1.5.1

Published by jessebot over 1 year ago

What's Changed

If this doesn't fix it, the solution is to create a file called ~/.config/.git with the following contents:

# replace /your/home/directory with your home, e.g. /home/friend/.config/dot_files
gitdir: /your/home/directory/.config/dot_files

Full Changelog: https://github.com/jessebot/onboardme/compare/v1.5.0...v1.5.1

onboardme - v1.5.0

Published by jessebot over 1 year ago

This is a breaking change!

Please read this PR:

Full Changelog: https://github.com/jessebot/onboardme/compare/v1.4.1...v1.5.0

onboardme - v1.4.1

Published by jessebot over 1 year ago

What's Changed

Full Changelog: https://github.com/jessebot/onboardme/compare/v1.4.0...v1.4.1

onboardme - v1.4.0

Published by jessebot over 1 year ago

What's Changed

BREAKING CHANGES, PLEASE READ THIS PR:

  • docker: new args for devops,music,data_science, and mail pkg groups; onboardme: apt now installs all pkgs in a groups at once, adding package.groups.default/optional by @jessebot in https://github.com/jessebot/onboardme/pull/206

Going forward you need to specify a config file with a default package group like this:
https://github.com/jessebot/dot_files/blob/1ef2a0be3ad93f4cfb4ec1398a4a9a3d2b489c59/.config/onboardme/config.yml#L62

Full Changelog: https://github.com/jessebot/onboardme/compare/v1.3.2...v1.4.0

onboardme - v1.3.2

Published by jessebot over 1 year ago

Now you don't need to pass in -l, --log_level via the cli or log.level in the config.yml

Full Changelog: https://github.com/jessebot/onboardme/compare/v1.3.1...v1.3.2

onboardme - v1.3.1

Published by jessebot over 1 year ago

What's Changed

Full Changelog: https://github.com/jessebot/onboardme/compare/v1.3.0...v1.3.1

onboardme - v1.3.0

Published by jessebot over 1 year ago

What's Changed

  • don't pass in --overwrite for arm docker container, add warn about it being a toggle flag;
    add arm install scripts;
    only upgrade --cask on macOS

by @jessebot in https://github.com/jessebot/onboardme/pull/202

Full Changelog: https://github.com/jessebot/onboardme/compare/v1.2.3...v1.3.0

onboardme - v1.2.3

Published by jessebot over 1 year ago

What's Changed

Full Changelog: https://github.com/jessebot/onboardme/compare/1.2.2...v1.2.3

onboardme - 1.2.2

Published by jessebot over 1 year ago

What's Changed

Full Changelog: https://github.com/jessebot/onboardme/compare/v1.2.1...1.2.2

onboardme - v1.2.1

Published by jessebot over 1 year ago

What's Changed

Full Changelog: https://github.com/jessebot/onboardme/compare/1.2.0...v1.2.1

onboardme - 1.2.0

Published by jessebot over 1 year ago

What's Changed

You can now add env_vars to packages.yml like this:

# most of this is actually for powerline, my shell prompt
pip3.11:
  emoji: "🐍"
  commands:
    list: "pip3.11 list"
    # this is just till there's a better solution than pipx for Debian Bookworm
    # ref: https://salsa.debian.org/cpython-team/python3/-/blob/master/debian/README.venv
    install: "pip3.11 install --upgrade --user --break-system-packages "
  env_vars:
    # this will pass in $PYTHONUSERBASE as an env var when running install commands
    PYTHONUSERBASE: "/home/friend/.local/share/python"
  packages:
    default:
      # keep ourselves up to date
      - onboardme

Full Changelog: https://github.com/jessebot/onboardme/compare/v1.1.8...1.2.0