Releases: jessebot/onboardme
Releases · jessebot/onboardme
v1.5.1
What's Changed
- Improve devops scripts + hopefully fix issue with ~/.config/.git file not being created properly by @jessebot in #210
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: v1.5.0...v1.5.1
v1.5.0
v1.4.1
v1.4.0
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 #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: v1.3.2...v1.4.0
v1.3.2
Now you don't need to pass in -l, --log_level via the cli or log.level in the config.yml
Full Changelog: v1.3.1...v1.3.2