41 lines
629 B
YAML
41 lines
629 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
|
|
- vim-gtk3
|
|
- whois
|
|
- xbacklight
|
|
- xdotool
|
|
- xfce4-goodies
|
|
- xinput
|
|
state: present
|