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

55 lines
848 B
YAML

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