mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-11-21 14:55:26 +00:00
Merge branch 'ripgrep' into 'main'
Added ripgrep to modern unix tools See merge request sagidayan/linux-config!4
This commit is contained in:
commit
f5f32b0c7e
1 changed files with 9 additions and 0 deletions
|
@ -62,3 +62,12 @@
|
|||
bin_path: "/lsd-*/lsd"
|
||||
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