vim/archbootstrap.sh

14 lines
176 B
Bash
Raw Permalink Normal View History

2019-05-10 17:44:12 +02:00
#!/usr/bin/env bash
sudo pacman -Sy \
base-devel \
prettier \
yapf \
autopep8 \
python-black \
mypy \
python-greenlet
pip3 install --user pynvim