From d84405aa6f4cc8b347e0962975fa5af0c0790de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 20 Dec 2020 20:37:23 +0100 Subject: [PATCH] Install tk for gitk to work on arch --- packages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages.yml b/packages.yml index d77b35c..555c6e2 100644 --- a/packages.yml +++ b/packages.yml @@ -107,7 +107,8 @@ packages: git: fedora: ["git", "gitk"] ubuntu: ["git", "git-extras", "gitk", "git-email"] - archlinux: ["git"] + # tk required for gitk + archlinux: ["git", "tk"] htop: fedora: ["htop"] ubuntu: ["htop"]