mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Ensure locate is installed and up to date
This commit is contained in:
@ -2,4 +2,5 @@
|
|||||||
for f in ~/.local/share/omarchy/install/*.sh; do source "$f"; done
|
for f in ~/.local/share/omarchy/install/*.sh; do source "$f"; done
|
||||||
|
|
||||||
gum confirm "Install all extra desktop apps?" && source ~/.local/share/omarchy/extras.sh
|
gum confirm "Install all extra desktop apps?" && source ~/.local/share/omarchy/extras.sh
|
||||||
|
sudo updatedb # Ensure locate is up to date
|
||||||
gum confirm "Reboot to apply all settings?" && reboot
|
gum confirm "Reboot to apply all settings?" && reboot
|
||||||
|
@ -2,5 +2,5 @@ yay -S --noconfirm --needed \
|
|||||||
wget curl unzip gum \
|
wget curl unzip gum \
|
||||||
eza fzf ripgrep zoxide \
|
eza fzf ripgrep zoxide \
|
||||||
wl-clipboard fastfetch btop \
|
wl-clipboard fastfetch btop \
|
||||||
tldr less whois \
|
tldr less whois plocate \
|
||||||
alacritty
|
alacritty
|
||||||
|
Reference in New Issue
Block a user