main: add ripgrep and batcat
All checks were successful
dotfiles/pipeline/head This commit looks good

This commit is contained in:
Johannes Rothe 2022-02-06 14:11:19 +01:00 committed by Johannes Rothe
parent ea2b5fee58
commit d1b30c8959

View File

@ -7,6 +7,7 @@
apt: apt:
name: name:
- ack - ack
- bat
- black # code formatting - black # code formatting
- bsdmainutils # ncal calendar - bsdmainutils # ncal calendar
- feh # set background - feh # set background
@ -23,6 +24,7 @@
- pass - pass
- python3-pylint-common - python3-pylint-common
- pulseaudio-utils # pactl volume control - pulseaudio-utils # pactl volume control
- ripgrep
- rofi # dmenu replacement - rofi # dmenu replacement
- scrot # screenshot - scrot # screenshot
- tmux - tmux