sunhat/install/ulauncher.sh

11 lines
351 B
Bash
Raw Normal View History

2024-05-26 18:09:34 -05:00
if ! command -v ulauncher &>/dev/null; then
sudo add-apt-repository universe -y
sudo add-apt-repository ppa:agornostal/ulauncher -y
sudo apt update -y
sudo apt install -y ulauncher
2024-05-31 10:03:50 -05:00
# Start ulauncher to have it populate config before we overwrite
ulauncher &
2024-05-30 19:23:47 -05:00
cp ~/.local/share/omakub/configs/ulauncher.json ~/.config/ulauncher/settings.json
2024-05-26 18:09:34 -05:00
fi