mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-11-21 14:55:26 +00:00
Added ripgrep to modern unix tools
This commit is contained in:
parent
1b4848caa0
commit
0ebf04fa62
1 changed files with 9 additions and 0 deletions
|
@ -62,3 +62,12 @@
|
||||||
bin_path: "/lsd-*/lsd"
|
bin_path: "/lsd-*/lsd"
|
||||||
filter: x86_64-unknown-linux-gnu.tar.gz
|
filter: x86_64-unknown-linux-gnu.tar.gz
|
||||||
|
|
||||||
|
- name: Installing ripgrep (grep like)
|
||||||
|
ansible.builtin.include_role:
|
||||||
|
name: gh_release_bin
|
||||||
|
vars:
|
||||||
|
name: rg
|
||||||
|
repo: BurntSushi/ripgrep
|
||||||
|
bin_path: "/ripgrep-*/rg"
|
||||||
|
filter: x86_64-unknown-linux-musl.tar.gz
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue