Merge pull request #457 from nexckycort/fix/directory-creation-for-btop

Fix directory creation for btop themes
This commit is contained in:
David Heinemeier Hansson
2025-05-19 09:59:52 +02:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
sudo apt install -y btop sudo apt install -y btop
# Use Omakub btop config # Use Omakub btop config
mkdir -p ~/.config/btop mkdir -p ~/.config/btop/themes
cp ~/.local/share/omakub/configs/btop.conf ~/.config/btop/btop.conf cp ~/.local/share/omakub/configs/btop.conf ~/.config/btop/btop.conf
cp ~/.local/share/omakub/themes/tokyo-night/btop.theme ~/.config/btop/themes/tokyo-night.theme cp ~/.local/share/omakub/themes/tokyo-night/btop.theme ~/.config/btop/themes/tokyo-night.theme