mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
8 lines
262 B
Plaintext
8 lines
262 B
Plaintext
# Programming Packages
|
|
|
|
brew "shellcheck" # Lint for bash
|
|
brew "python" # Latest version of Python
|
|
brew "poetry" # Project-based Python dependencies
|
|
brew "ruby" # Newer than default ruby
|
|
brew "haskell-stack" # Latest version of Haskell
|