Compare commits

..

No commits in common. "6f7035a12fbf75198af47a568d67a4d763b71aa8" and "cfe168715b033e0d34b862e74ed90dd585774fc4" have entirely different histories.

View file

@ -25,11 +25,6 @@ sudo chsh -s /usr/bin/fish $USER
# config.
git config --global include.path .gitconfig.shared
# Install blacken and prettier and some versions of python.
# Install blacken and prettier
pip3 install --index-url=https://pypi.org/simple black
sudo npm install -g prettier
curl -sSL https://install.python-poetry.org | python3 -
source /etc/profile.d/a00-homebrew-init.sh
brew install python@3.9 python@3.10 python@3.11
npm install -g prettier