vim cleanup and shellcheck

This commit is contained in:
Noah Masur
2021-04-10 11:56:38 -04:00
parent 6678ef35a9
commit 5275fcb93e
4 changed files with 48 additions and 27 deletions

View File

@ -1,6 +1,7 @@
# Programming Packages
brew "shellcheck" # Lint for bash
brew "shfmt" # Formatter for bash
brew "python" # Latest version of Python
brew "ipython" # Better interactive Python shell
brew "poetry" # Project-based Python dependencies