dotfiles/ansible/ansible-packages.yml

28 lines
384 B
YAML

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