mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Don't need wget, since curl is already part of arch
This commit is contained in:
@@ -77,7 +77,7 @@ python)
|
|||||||
echo -e "Installing Python...\n"
|
echo -e "Installing Python...\n"
|
||||||
mise use --global python@latest
|
mise use --global python@latest
|
||||||
echo -e "\nInstalling uv...\n"
|
echo -e "\nInstalling uv...\n"
|
||||||
wget -qO- https://astral.sh/uv/install.sh | sh
|
curl -fsSL https://astral.sh/uv/install.sh | sh
|
||||||
;;
|
;;
|
||||||
elixir)
|
elixir)
|
||||||
echo -e "Installing Elixir...\n"
|
echo -e "Installing Elixir...\n"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
yay -S --noconfirm --needed \
|
yay -S --noconfirm --needed \
|
||||||
wget curl unzip inetutils impala \
|
unzip inetutils impala \
|
||||||
fd eza fzf ripgrep zoxide bat dust jq xmlstarlet \
|
fd eza fzf ripgrep zoxide bat dust jq xmlstarlet \
|
||||||
wl-clipboard fastfetch btop \
|
wl-clipboard fastfetch btop \
|
||||||
man tldr less whois plocate \
|
man tldr less whois plocate \
|
||||||
|
|||||||
Reference in New Issue
Block a user