mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-17 12:34:21 +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.
|
# This script installs btop, a resource monitor that shows usage and stats for processor, memory, disks, network and processes.
|
||||||
sudo apt install -y btop
|
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
|
# Use Omakub btop config
|
||||||
mkdir -p ~/.config/btop
|
mkdir -p ~/.config/btop
|
||||||
cp ~/.local/share/omakub/configs/btop.conf ~/.config/btop/btop.conf
|
cp ~/.local/share/omakub/configs/btop.conf ~/.config/btop/btop.conf
|
||||||
fi
|
|
||||||
|
|||||||
Reference in New Issue
Block a user