Skip to content

tenhishadow/dotfiles

Repository files navigation

dotfiles

Special repository for configuring dotfiles with Ansible

lint_vimrc ansible_exec github-super-linter

install deps

sudo pacman -Sy --noconfirm python-pipenv python-setuptools \
|| sudo apt install git pipenv -y

install

_INSTALL_DIR="$HOME/.dotfiles" \
  && git clone https://github.com/tenhishadow/dotfiles.git $_INSTALL_DIR \
  && cd $_INSTALL_DIR \
  && pipenv install \
  && pipenv run install

installation with ans-workstation

ans-workstation

it configures the workstation and also includes this repository