/ans-workstation

configure dev workstation

Primary LanguageJinjaMIT LicenseMIT

ans-workstation

CircleCI

Special repository for configuring workstation with Ansible Only Archlinux is supported

_INSTALL_DIR="$HOME/.ans-workstation" \
  && yay -Sy --noconfirm python-pipenv python-setuptools \
  && git clone https://github.com/tenhishadow/ans-workstation.git $_INSTALL_DIR \
  && cd $_INSTALL_DIR \
  && pipenv install \
  && pipenv run install