dotfiles/scripts/setup.sh
Jake Howard 3fd66ac883
Install ansible-aur using galaxy rather than yay
Hoepfully this means it'll stay up to date more
2020-06-15 12:27:11 +01:00

10 lines
153 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
python -m venv env
env/bin/pip install -r dev-requirements.txt
env/bin/ansible-galaxy install -r galaxy-requirements.yml