From 55d859bdee510989ffeb29001e3476ba84373db9 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Thu, 19 Jan 2023 17:19:19 +0530 Subject: [PATCH] add pkg: dog --- scripts/install-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-packages.sh b/scripts/install-packages.sh index c590252..0f523de 100644 --- a/scripts/install-packages.sh +++ b/scripts/install-packages.sh @@ -33,7 +33,7 @@ PKGS_TO_INSTALL+=(aria2 wget yt-dlp) PKGS_TO_INSTALL+=(android-tools) # *utils-rust -PKGS_TO_INSTALL+=(bat fd ripgrep tre tree) +PKGS_TO_INSTALL+=(bat dog fd ripgrep tre tree) # system utilities PKGS_TO_INSTALL+=(hd-idle hdparm mlocate smartmontools tldr usbutils wol)