dotfiles/homebrew/programming.Brewfile
2020-12-06 17:17:07 -07:00

9 lines
317 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
brew "haskell-stack" # Latest version of Haskell