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

37 lines
566 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
- dnsutils
2018-11-05 20:37:23 +01:00
- dos2unix
2018-10-28 13:34:17 +01:00
- fzf
2018-11-20 15:27:09 +01:00
- gparted
- httpie
- libnotify-bin
- mtr-tiny
- ncdu
2018-10-28 13:44:29 +01:00
- p7zip-full
- pass
2018-11-17 20:58:54 +01:00
- picocom
2018-11-13 16:31:18 +01:00
- pwgen
- qalc
- redshift-gtk
- ripgrep
- rsync
2018-11-24 20:05:46 +01:00
- smartmontools
- sqlite3
- strace
- thunar
2018-11-30 17:40:05 +01:00
- upx-ucl
2018-11-04 11:28:42 +01:00
- vim-gtk3
2018-11-17 20:50:42 +01:00
- whois
- xbacklight
2018-12-10 15:36:31 +01:00
- xfce4-goodies
- xinput
2018-10-12 22:44:28 +02:00
state: present