diff --git a/.pypirc b/.pypirc new file mode 100644 index 0000000..057b6ab --- /dev/null +++ b/.pypirc @@ -0,0 +1,12 @@ +[distutils] +index-servers = + pypi + pypitest + +[pypi] +repository=https://upload.pypi.org/legacy/ +username=gorillamania + +[pypitest] +repository=https://test.pypi.org/legacy/ +username=gorillamania diff --git a/Brewfile b/Brewfile index 7322692..2d2e8ca 100644 --- a/Brewfile +++ b/Brewfile @@ -18,6 +18,7 @@ cask "warp" cask "zoom" # Command line +brew "bat" brew "mackup" brew "the_silver_searcher" # ag brew "pwgen"