Skip to content

Commit

Permalink
alpha sort brewfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Sherman committed Feb 18, 2020
1 parent 9c440fc commit a2c2cf4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Brewfile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ brew "python"
# https://aws.amazon.com/cli/
brew "awscli"

# CLI for managing secrets
# https://github.com/segmentio/chamber
brew "chamber"

# direnv is an environment switcher for the shell.
# https://direnv.net
brew "direnv"
Expand All @@ -21,10 +25,6 @@ brew "pyenv-virtualenv"
# - POSIX-compliant bash script to manage multiple active node.js versions
brew "nvm"

# CLI for managing secrets
# https://github.com/segmentio/chamber
brew "chamber"

#########################
# GUI Applications
#########################
Expand Down

0 comments on commit a2c2cf4

Please sign in to comment.