dotfiles/README.md

12 lines
232 B
Markdown
Raw Normal View History

2024-04-13 23:09:09 +02:00
# Dotfiles and dependencies managed by ansible
Prequesites are Python 3, PIP and ansible:
```shell
sudo pacman -S python python-pip ansible
```
Bootstrap the dotfiles:
```shell
ansible-playbook --ask-become-pass bootstrap.yml
```