12 lines
232 B
Markdown
12 lines
232 B
Markdown
|
# 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
|
||
|
```
|