From 08e69738fa192f2a95f093dd34d5b503cb5b06bc Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Sun, 27 Aug 2023 19:55:08 +0200 Subject: [PATCH] fix btop for macos --- dot_config/btop/btop.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/btop/btop.conf.tmpl b/dot_config/btop/btop.conf.tmpl index 8ba6864..204eb0a 100644 --- a/dot_config/btop/btop.conf.tmpl +++ b/dot_config/btop/btop.conf.tmpl @@ -5,7 +5,7 @@ {{ if eq .chezmoi.os "darwin" -}} # macOS .bashrc contents -color_theme = "/opt/homebrew/Cellar/btop/1.2.13/share/btop/themes/flat-remix.theme +color_theme = "/opt/homebrew/Cellar/btop/1.2.13/share/btop/themes/flat-remix.theme" {{ else if eq .chezmoi.os "linux" -}} # Linux .bashrc contents color_theme = "/usr/share/btop/themes/flat-remix.theme"