dotfiles/ansible/ansible-packages.yml

33 lines
440 B
YAML
Raw Permalink Normal View History

packages:
2022-01-24 09:56:51 +01:00
- "bmon"
- "byobu"
- "ccze"
- "curl"
2022-01-24 09:56:51 +01:00
- "fzf"
- "git"
- "grc"
- "htop"
- "nmap"
2021-10-01 16:36:12 +02:00
- "ripgrep"
2022-01-24 09:56:51 +01:00
- "tmux"
- "tree"
- "vim"
- "zsh"
2023-09-14 22:57:58 +02:00
- "iotop"
packages_debian:
- "pylint"
- "ipython3"
- "python3-pip"
- "python3-setuptools"
- "virtualenv"
- "bat"
2023-09-14 22:57:58 +02:00
- "mtr-tiny"
packages_archlinux:
2023-09-14 22:57:58 +02:00
- "man"
- "ipython"
- "python-pylint"
- "python-virtualenv"
- "bash-language-server"
2023-09-14 22:57:58 +02:00
- "bat"
- "mtr"