Skip to content
Snippets Groups Projects
Commit c920fc81 authored by Lars Beckers's avatar Lars Beckers
Browse files

shell: add new shell tools for buster

parent 69f9e2d1
Branches
No related tags found
No related merge requests found
...@@ -56,6 +56,17 @@ ...@@ -56,6 +56,17 @@
- packages - packages
- shell - shell
- name: ensure installation of modern additional software
apt:
name:
- ripgrep
- fd-find
state: present
when: debian_version == "buster"
tags:
- packages
- shell
- name: ensure we have an up-to-date version of grml-zsh-config - name: ensure we have an up-to-date version of grml-zsh-config
get_url: get_url:
url: https://www.archlinux.org/packages/extra/any/grml-zsh-config/download/ url: https://www.archlinux.org/packages/extra/any/grml-zsh-config/download/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment