Skip to content

Commit

Permalink
Brewfile: goreman to foreman.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Dec 19, 2023
1 parent b2e0e0b commit e0e9acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ brew "doctl"
brew "eza"
# Simple, fast and user-friendly alternative to find
brew "fd"
# Manage Procfile-based applications
brew "foreman"
# GitHub command-line tool
brew "gh"
# Distributed revision control system
Expand All @@ -44,8 +46,6 @@ brew "gnupg"
brew "go"
# Fast linters runner for Go
brew "golangci-lint"
# Foreman clone written in Go
brew "goreman"
# Colorize logfiles and command output
brew "grc"
# Improved top (interactive process viewer)
Expand Down

0 comments on commit e0e9acf

Please sign in to comment.