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

50 lines
764 B
YAML
Raw Normal View History

2018-10-12 22:44:28 +02:00
---
- name: installing tools
apt:
name:
2018-11-11 14:08:12 +01:00
- adb
- apt-listbugs
- arandr
- atool
- bmon
2019-01-01 16:07:47 +01:00
- conky
- dnsutils
2018-11-05 20:37:23 +01:00
- dos2unix
2019-02-01 17:18:03 +01:00
- exiftool
2018-10-28 13:34:17 +01:00
- fzf
2018-11-20 15:27:09 +01:00
- gparted
- httpie
- iperf3
- libnotify-bin
2018-12-19 19:10:54 +01:00
- mesa-utils
- mtr-tiny
2019-02-01 15:14:00 +01:00
- mupdf-tools
- ncdu
2018-10-28 13:44:29 +01:00
- p7zip-full
- pass
2019-02-02 22:54:54 +01:00
- pdftk
2018-11-17 20:58:54 +01:00
- picocom
2019-02-08 15:30:51 +01:00
- pv
2018-11-13 16:31:18 +01:00
- pwgen
- qalc
- redshift-gtk
2019-01-19 14:20:21 +01:00
- rename
- ripgrep
2019-02-15 22:23:07 +01:00
- rofi
- rsync
2018-11-24 20:05:46 +01:00
- smartmontools
- sqlite3
2018-12-16 01:35:55 +01:00
- sshfs
- strace
- thunar
2019-01-13 22:41:58 +01:00
- toilet
2018-11-30 17:40:05 +01:00
- upx-ucl
2019-01-04 14:52:58 +01:00
- vainfo
2018-11-04 11:28:42 +01:00
- vim-gtk3
2018-11-17 20:50:42 +01:00
- whois
- xbacklight
2018-12-30 17:55:10 +01:00
- xdotool
2018-12-10 15:36:31 +01:00
- xfce4-goodies
- xinput
2018-10-12 22:44:28 +02:00
state: present