From de6828b8d3b4f8cf40a140874cade52e2b81d5e8 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 6 May 2024 20:04:18 +0200 Subject: [PATCH] Rebuild bat cache to detect themes Signed-off-by: Severin Kaderli --- install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install b/install index 4fc53bd..240ffb3 100755 --- a/install +++ b/install @@ -62,6 +62,9 @@ source "${INSTALL_DIR}/ntp.sh" source "${INSTALL_DIR}/issue.sh" source "${INSTALL_DIR}/shell.sh" +# Misc stuff +bat cache --build + output::section "Post installation information" echo "${BOLD}Make sure you do the following after this installation:" echo " • Download settings for Visual Studio Code"