Special repository for configuring dotfiles with Ansible
sudo pacman -Sy --noconfirm python-pipenv python-setuptools \
|| sudo apt install git pipenv -y
_INSTALL_DIR="$HOME/.dotfiles" \
&& git clone https://github.com/tenhishadow/dotfiles.git $_INSTALL_DIR \
&& cd $_INSTALL_DIR \
&& pipenv install \
&& pipenv run install
it configures the workstation and also includes this repository