This commit is contained in:
John Doty 2023-05-30 13:35:30 +00:00
parent 23a1cc8a6c
commit 284dc938a7
3 changed files with 13 additions and 2 deletions

View file

@ -24,3 +24,7 @@ sudo chsh -s /usr/bin/fish $USER
# Make sure that the gitconfig that's on my computer links to my shared
# config.
git config --global include.path .gitconfig.shared
# Install blacken and prettier
pip3 install --index-url=https://pypi.org/simple black
npm install -g prettier