mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-17 04:24:20 +01:00
Always set config
This commit is contained in:
@@ -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
|
||||
# Use Omakub btop config
|
||||
mkdir -p ~/.config/btop
|
||||
cp ~/.local/share/omakub/configs/btop.conf ~/.config/btop/btop.conf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user