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

70 lines
1.1 KiB
YAML

---
- name: installing tools
apt:
name:
- adb
- anki
- apache2-utils
- apt-listbugs
- arandr
- atool
- bmon
- conky
- dnsutils
- dos2unix
- exa
- exiftool
- filezilla
- fzf
- git-annex
- git-lfs
- gparted
- httpie
- iotop
- iperf3
- jq
- libnotify-bin
- megatools
- mesa-utils
- mktorrent
- mtr-tiny
- mupdf-tools
- ncdu
- neovim
- net-tools
- oping
- p7zip-full
- pass
- pass-extension-otp
- pdftk
- picocom
- pv
- pwgen
- qalc
- qalculate-gtk
- redshift-gtk
- rename
- ripgrep
- rofi
- rsync
- scrot
- sfnt2woff-zopfli
- smartmontools
- sqlite3
- sshfs
- strace
- thunar
- toilet
- unrar-free
- upx-ucl
- vainfo
- vim-gtk3
- wakeonlan
- whois
- xautolock
- xbacklight
- xdotool
- xfce4-goodies
- xinput
state: present