Skip to content

Releases: jessebot/onboardme

1.2.0

21 May 16:05
b05d208
Compare
Choose a tag to compare

What's Changed

  • Add env vars, update Dockerfile to not use XDG python for now :( by @jessebot in #198

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

20 May 20:11
ff92b9c
Compare
Choose a tag to compare

What's Changed

  • Update Dockerfile - remove duplicate build-essential; rm -rf /tmp/* not /tmp by @jessebot in #196
  • fix treesitter install to happen during the ide_setup step by @jessebot in #197

Full Changelog: v1.1.7...v1.1.8

v1.1.7

20 May 18:54
102ca0e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.6...v1.1.7

v1.1.6

20 May 15:26
334c20d
Compare
Choose a tag to compare

Bug fix and docs fix release:
Full Changelog: v1.1.3...v1.1.6

v1.1.3

20 May 11:00
8ccf157
Compare
Choose a tag to compare

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

19 May 18:46
97277a8
Compare
Choose a tag to compare

Bug fix release :D
Full Changelog: v1.1.1...v1.1.2

v1.1.1

19 May 18:00
8425f98
Compare
Choose a tag to compare

Updates to official Docker container and adding --no_upgrade option.

Full Changelog: v1.1.0...v1.1.1

v1.0.2

19 May 11:52
7d26125
Compare
Choose a tag to compare

What's Changed

  • Add official beta Dockerfile for all of onboardme; fix initial config directory creation by @jessebot in #193

Full Changelog: v1.0.1...v1.0.2

v1.0.1

12 May 15:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

18 Mar 21:03
05bbf12
Compare
Choose a tag to compare

What's Changed

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