From 3cff8cc594ee4688278bbefae8149e625cde4e76 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 18 May 2025 21:04:06 +0200 Subject: [PATCH] Always set config --- install/terminal/app-btop.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/install/terminal/app-btop.sh b/install/terminal/app-btop.sh index a3b24ae..1b638c2 100644 --- a/install/terminal/app-btop.sh +++ b/install/terminal/app-btop.sh @@ -1,9 +1,7 @@ # This script installs btop, a resource monitor that shows usage and stats for processor, memory, disks, network and processes. sudo apt install -y btop -# Only attempt to set configuration if btop is not already set -if [ ! -f "$HOME/.config/btop/btop.conf" ]; then - # Use Omakub btop config - mkdir -p ~/.config/btop - cp ~/.local/share/omakub/configs/btop.conf ~/.config/btop/btop.conf -fi \ No newline at end of file +# Use Omakub btop config +mkdir -p ~/.config/btop +cp ~/.local/share/omakub/configs/btop.conf ~/.config/btop/btop.conf +