diff --git a/onboardme/config/packages.yaml b/onboardme/config/packages.yaml index 79bba7d7..0908656a 100644 --- a/onboardme/config/packages.yaml +++ b/onboardme/config/packages.yaml @@ -65,10 +65,14 @@ brew: - less # steam locamotive - sl + # The Matrix screensaver for the terminal + - cmatrix # a cow that says things - cowsay # revision control system - git + # terminal user interface for git + - gitui # programming languages and their package managers - go - node diff --git a/pyproject.toml b/pyproject.toml index 7fc2034b..0ba12e02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "onboardme" -version = "0.19.1" +version = "0.19.2" 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 "] license = "AGPL-3.0-or-later"