dotfiles/homebrew/programming.Brewfile

9 lines
317 B
Plaintext
Raw Normal View History

2020-11-28 17:53:42 +00:00
# Programming Packages
brew "shellcheck" # Lint for bash
brew "python" # Latest version of Python
brew "ipython" # Better interactive Python shell
2020-11-28 17:53:42 +00:00
brew "poetry" # Project-based Python dependencies
brew "ruby" # Newer than default ruby
brew "haskell-stack" # Latest version of Haskell