mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Only install pacakages if they arent there already
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
yay -S --noconfirm \
|
||||
yay -S --noconfirm --needed \
|
||||
wget curl unzip \
|
||||
eza fzf ripgrep zoxide \
|
||||
wl-clipboard fastfetch \
|
||||
|
@ -1,4 +1,4 @@
|
||||
yay -S --noconfirm \
|
||||
yay -S --noconfirm --needed \
|
||||
brightnessctl playerctl wpctl wireplumber \
|
||||
signal-desktop nautilus \
|
||||
spotify 1password dropbox-cli \
|
||||
|
@ -1,4 +1,4 @@
|
||||
yay -S --noconfirm \
|
||||
yay -S --noconfirm --needed \
|
||||
nvim luarocks tree-sitter-cli \
|
||||
mise github-cli \
|
||||
lazygit lazydocker
|
||||
|
@ -1,4 +1,4 @@
|
||||
yay -S --noconfirm docker
|
||||
yay -S --noconfirm --needed docker
|
||||
|
||||
# Give this user privileged Docker access
|
||||
# sudo usermod -aG docker ${USER}
|
||||
|
@ -1,4 +1,4 @@
|
||||
yay -Sy --noconfirm ttf-font-awesome
|
||||
yay -Sy --noconfirm --needed ttf-font-awesome
|
||||
|
||||
mkdir -p ~/.local/share/fonts
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
yay -S --noconfirm \
|
||||
yay -S --noconfirm --needed \
|
||||
hyprland hyprpaper hyprshot hyprlock hypridle hyprpolkitagent hyprland-qtutils \
|
||||
waybar swaync \
|
||||
xdg-desktop-portal-hyprland
|
||||
|
@ -1,4 +1,4 @@
|
||||
sudo pacman -Sy --noconfirm \
|
||||
sudo pacman -Sy --noconfirm --needed \
|
||||
sddm-kcm \
|
||||
qt6-base qt6-svg qt6-virtualkeyboard qt6-multimedia
|
||||
|
||||
|
Reference in New Issue
Block a user