Skip to content

Commit

Permalink
Added more command line tools (#98)
Browse files Browse the repository at this point in the history
To improve productivity.
  • Loading branch information
freemanjp authored Dec 4, 2022
1 parent 7b2f4fd commit b08b764
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b08b764

Please sign in to comment.