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

62 lines
973 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
- apache2-utils
- 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-03-31 21:52:15 +02:00
- exa
2019-02-01 17:18:03 +01:00
- exiftool
2019-02-23 14:50:32 +01:00
- filezilla
2018-10-28 13:34:17 +01:00
- fzf
2019-04-14 21:25:29 +02:00
- git-lfs
2018-11-20 15:27:09 +01:00
- gparted
- httpie
- iperf3
2019-04-21 12:47:45 +02:00
- jq
- libnotify-bin
2019-04-22 02:09:00 +02:00
- megatools
2018-12-19 19:10:54 +01:00
- mesa-utils
- mtr-tiny
2019-02-01 15:14:00 +01:00
- mupdf-tools
- ncdu
2019-04-23 20:52:11 +02:00
- oping
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
2019-02-24 21:52:29 +01:00
- qalculate-gtk
- redshift-gtk
2019-01-19 14:20:21 +01:00
- rename
- ripgrep
2019-02-15 22:23:07 +01:00
- rofi
- rsync
2019-03-31 21:52:15 +02:00
- scrot
2019-04-13 17:25:01 +02:00
- sfnt2woff-zopfli
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
2019-04-19 12:44:49 +02:00
- unrar-free
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
2019-03-03 19:37:30 +01:00
- wakeonlan
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