From b08b7645a7fe6d985ef135a42bc7469d6bcb01a7 Mon Sep 17 00:00:00 2001 From: John Freeman Date: Sun, 4 Dec 2022 21:11:20 +0000 Subject: [PATCH] Added more command line tools (#98) To improve productivity. --- tasks/main.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index c7160e9..983e280 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -3,19 +3,33 @@ become: yes apt: name: + - bat + - btop - curl - dos2unix + - fd-find + - fzf + - git-absorb + - git-extras - glances - graphviz - grc + - hexyl - htop - httpie + - hyperfine - jq + - lnav - mtr - multitail - neofetch + - ripgrep - shellcheck + - shfmt - silversearcher-ag + - ssh-tools - tree + - vim-airline - wget + - zoxide state: present