mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
Clean up migrations a bit
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
# Turn on bluetooth service so blueberry works out the box
|
# Turn on bluetooth service so blueberry works out the box
|
||||||
|
echo "Let's turn on Bluetooth service so the controls work"
|
||||||
if systemctl is-enabled --quiet bluetooth.service && systemctl is-active --quiet bluetooth.service; then
|
if systemctl is-enabled --quiet bluetooth.service && systemctl is-active --quiet bluetooth.service; then
|
||||||
# Bluetooth is already enabled, nothing to change
|
# Bluetooth is already enabled, nothing to change
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
echo "Let's turn on Bluetooth service so the controls work"
|
|
||||||
sudo systemctl enable --now bluetooth.service
|
sudo systemctl enable --now bluetooth.service
|
||||||
fi
|
fi
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
echo "Add missing installation of bat (used by the ff alias)"
|
||||||
if ! command -v bat &>/dev/null; then
|
if ! command -v bat &>/dev/null; then
|
||||||
# Add missing installation of bat
|
# Add missing installation of bat
|
||||||
echo "Add missing installation of bat (used by the ff alias)"
|
|
||||||
yay -S --noconfirm --needed bat
|
yay -S --noconfirm --needed bat
|
||||||
fi
|
fi
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
echo "Installing missing fd terminal tool for finding files"
|
echo "Installing missing fd terminal tool for finding files"
|
||||||
yay -S --noconfirm --needed fd
|
yay -S --noconfirm --needed fd
|
||||||
echo "You must start a new terminal for fd to work"
|
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# Run Plymouth installation script
|
|
||||||
echo "Install Plymouth splash screen"
|
echo "Install Plymouth splash screen"
|
||||||
if ! command -v plymouth &>/dev/null; then
|
if ! command -v plymouth &>/dev/null; then
|
||||||
yay -S --noconfirm --needed plymouth
|
yay -S --noconfirm --needed plymouth
|
||||||
|
Reference in New Issue
Block a user