dotfiles/macos/homebrew/programming.Brewfile

11 lines
357 B
Plaintext
Raw Normal View History

2020-11-28 12:53:42 -05:00
# Programming Packages
2021-04-09 22:19:28 -04:00
brew "shellcheck" # Lint for bash
2021-04-10 11:56:38 -04:00
brew "shfmt" # Formatter for bash
2021-11-24 09:04:07 -05:00
brew "stylua" # Formatter for lua
2021-04-09 22:19:28 -04:00
brew "python" # Latest version of Python
brew "ipython" # Better interactive Python shell
brew "poetry" # Project-based Python dependencies
brew "ruby" # Newer than default ruby
2021-05-13 16:55:04 -04:00
brew "node" # NodeJS