This repository has been archived on 2020-08-28. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-laptop/roles/packages/tasks/tools.yml

42 lines
644 B
YAML

---
- name: installing tools
apt:
name:
- adb
- apt-listbugs
- arandr
- atool
- bmon
- conky
- dnsutils
- dos2unix
- fzf
- gparted
- httpie
- libnotify-bin
- mesa-utils
- mtr-tiny
- ncdu
- p7zip-full
- pass
- picocom
- pwgen
- qalc
- redshift-gtk
- ripgrep
- rsync
- smartmontools
- sqlite3
- sshfs
- strace
- thunar
- upx-ucl
- vainfo
- vim-gtk3
- whois
- xbacklight
- xdotool
- xfce4-goodies
- xinput
state: present