Skip to content

Commit

Permalink
Merge pull request #138 from jessebot/update_packages
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
cloudymax authored Jan 3, 2023
2 parents 94bbafc + e8c2f21 commit 364b81c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/onboardme/screenshots/help_text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions onboardme/config/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ apt:
# - nextcloud-desktop
# libreoffice is a FOSS office suite that replaces Google Docs/Office365
- libreoffice
- nvtop
gaming:
# helpful for gaming on linux
- "nvidia-driver-libs:i386"
Expand Down
30 changes: 15 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onboardme"
version = "0.16.5"
version = "0.16.6"
description = "Install dot files and packages, including a base mode with sensible defaults to run on most computers running Debian based distros or macOS."
authors = ["Jesse Hitch <[email protected]>"]
license = "AGPL-3.0-or-later"
Expand All @@ -24,9 +24,9 @@ include = ["onboardme/scripts/update_apt_sources.sh",
[tool.poetry.dependencies]
python = "^3.11"
click = "^8.1.3"
rich = "^12.6.0"
rich = "^13.0.0"
PyYAML = "^6.0"
GitPython = "^3.1.29"
GitPython = "^3.1.30"
wget = "^3.2"
xdg = "^5.1.1"

Expand Down

0 comments on commit 364b81c

Please sign in to comment.