Ensure ulauncher config has been initialized before overwriting

This commit is contained in:
David Heinemeier Hansson 2024-05-31 10:52:37 -07:00
parent b6fe75e67c
commit 5795204019

View File

@ -4,6 +4,7 @@ if ! command -v ulauncher &>/dev/null; then
sudo apt update -y
sudo apt install -y ulauncher
mkdir -p ~/.config/ulauncher
# Start ulauncher to have it populate config before we overwrite
ulauncher-toggle
cp ~/.local/share/omakub/configs/ulauncher.json ~/.config/ulauncher/settings.json
fi