Releases: jessebot/onboardme
Releases · jessebot/onboardme
1.2.0
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: v1.1.8...1.2.0
v1.1.8
v1.1.7
What's Changed
- Bump rich from 13.3.4 to 13.3.5 by @dependabot in #191
- fix ide_setup bug with lazy where it didn't actually run the lazy command? by @jessebot in #195
- Docker minor fixes by @cloudymax in #194
Full Changelog: v1.1.6...v1.1.7
v1.1.6
Bug fix and docs fix release:
Full Changelog: v1.1.3...v1.1.6
v1.1.3
fix bug in --no_upgrade so it doesn't try to upgrade in the Dockerfile, and also upgrade setup.sh to use XDG more strictly for python
Full Changelog: v1.1.2...v1.1.3
v1.1.2
Bug fix release :D
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Updates to official Docker container and adding --no_upgrade
option.
Full Changelog: v1.1.0...v1.1.1
v1.0.2
v1.0.1
What's Changed
- Bump rich from 13.3.2 to 13.3.3 by @dependabot in #186
- Bump pre-commit from 3.2.0 to 3.2.1 by @dependabot in #185
- Bump pre-commit from 3.2.1 to 3.2.2 by @dependabot in #187
- Bump rich from 13.3.3 to 13.3.4 by @dependabot in #188
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Fixes for setup.sh by @cloudymax in #179
BREAKING CHANGES
- v1: remove support for vim(in favor of neovim); switch to lazy.nvim for packer; reworking how we process configurations by @jessebot in #180
Full Changelog: v0.20.0...v1.0.0