fix btop for macos

This commit is contained in:
Simon Rieger 2023-08-27 19:55:08 +02:00
parent d38122e120
commit 08e69738fa

View file

@ -5,7 +5,7 @@
{{ if eq .chezmoi.os "darwin" -}} {{ if eq .chezmoi.os "darwin" -}}
# macOS .bashrc contents # 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" -}} {{ else if eq .chezmoi.os "linux" -}}
# Linux .bashrc contents # Linux .bashrc contents
color_theme = "/usr/share/btop/themes/flat-remix.theme" color_theme = "/usr/share/btop/themes/flat-remix.theme"