dotfiles/homebrew/programming.Brewfile
2021-04-09 22:19:28 -04:00

8 lines
253 B
Plaintext

# Programming Packages
brew "shellcheck" # Lint for bash
brew "python" # Latest version of Python
brew "ipython" # Better interactive Python shell
brew "poetry" # Project-based Python dependencies
brew "ruby" # Newer than default ruby