Skip to content

Commit

Permalink
add cmatrix because it's fun; gitui because it's useful (#175)
Browse files Browse the repository at this point in the history
* add cmatrix because it's fun

* update version number

* adding gitui too
  • Loading branch information
jessebot authored Mar 15, 2023
1 parent 6616ea9 commit 4fabbd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions onboardme/config/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit 4fabbd2

Please sign in to comment.