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

102 lines
1.6 KiB
YAML

---
- name: installing tools
apt:
name:
- adb
- anki
- antimicro
- apache2-utils
- apt-file
- apt-listbugs
- arandr
- atool
- autossh
- bchunk
- bmon
- boinctui
- conky
- ctags
- dnsutils
- dos2unix
- exa
- exiftool
- fd-find
- fdupes
- filezilla
- ftp
- fzf
- git-annex
- git-lfs
- gparted
- gromit-mpx
- hcloud-cli
- hexyl
- httpie
- hugo
- iotop
- iperf3
- jq
- lftp
- libeb16 # for qolibri
- libnotify-bin
- linux-perf
- mat2
- megatools
- mesa-utils
- mktorrent
- mtr-tiny
- mupdf-tools
- nbd-client
- ncdu
- neovim
- net-tools
- oping
- p7zip-full
- parallel
- pass
- pass-extension-otp
- pdfposter
- pdftk
- picocom
- pipx
- pv
- pwgen
- qalc
- qalculate-gtk
- rclone
- redshift-gtk
- rename
- reptyr
- restic
- ripgrep
- rofi
- rsync
- scrcpy
- scrot
- sfnt2woff-zopfli
- smartmontools
- sqlite3
- sshfs
- strace
- thunar
- toilet
- ufraw-batch
- unrar-free
- upx-ucl
- vainfo
- vim-gtk3
- vinetto
- wakeonlan
- whois
- wrk
- wxhexeditor
- x2goclient
- xautolock
- xbacklight
- xdelta
- xdelta3
- xdotool
- xfce4-goodies
- xinput
state: present