1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-18 23:08:34 +02:00
dotfiles/ansible/ansible-packages.yml
bretello 762f3ef58c
install: use ansible
- ansible/playbooks/setup.yml can be used to install all dotfiles
- a test setup is included in the `dev` folder with arch and debian
  images
2020-12-08 00:36:08 +01:00

26 lines
343 B
YAML

packages:
- "vim"
- "curl"
- "git"
- "zsh"
- "grc"
- "ccze"
- "bmon"
- "mtr"
- "tmux"
- "tree"
- "byobu"
- "htop"
- "nmap"
- "bmon"
packages_debian:
- "pylint"
- "ipython3"
- "python3-pip"
- "python3-setuptools"
- "virtualenv"
packages_archlinux:
- "ipython"
- "python-pylint"
- "python-virtualenv"