Compare commits

...

3 commits

Author SHA1 Message Date
6f7035a12f shrug 2023-06-12 17:38:24 +00:00
8f9bf914c4 Poetry and python 2023-06-12 15:14:21 +00:00
5262d021e6 Install prettier with sudo 2023-06-12 13:13:35 +00:00

View file

@ -25,6 +25,11 @@ sudo chsh -s /usr/bin/fish $USER
# config.
git config --global include.path .gitconfig.shared
# Install blacken and prettier
# Install blacken and prettier and some versions of python.
pip3 install --index-url=https://pypi.org/simple black
npm install -g prettier
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