Ensure config dir is available

This commit is contained in:
David Heinemeier Hansson 2024-05-31 08:03:50 -07:00
parent 0fb623410e
commit de44fd0f23

View File

@ -3,5 +3,7 @@ if ! command -v ulauncher &>/dev/null; then
sudo add-apt-repository ppa:agornostal/ulauncher -y
sudo apt update -y
sudo apt install -y ulauncher
mkdir -p ~/.config/ulauncher
cp ~/.local/share/omakub/configs/ulauncher.json ~/.config/ulauncher/settings.json
fi