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 \
|
wget curl unzip \
|
||||||
eza fzf ripgrep zoxide \
|
eza fzf ripgrep zoxide \
|
||||||
wl-clipboard fastfetch \
|
wl-clipboard fastfetch \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
yay -S --noconfirm \
|
yay -S --noconfirm --needed \
|
||||||
brightnessctl playerctl wpctl wireplumber \
|
brightnessctl playerctl wpctl wireplumber \
|
||||||
signal-desktop nautilus \
|
signal-desktop nautilus \
|
||||||
spotify 1password dropbox-cli \
|
spotify 1password dropbox-cli \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
yay -S --noconfirm \
|
yay -S --noconfirm --needed \
|
||||||
nvim luarocks tree-sitter-cli \
|
nvim luarocks tree-sitter-cli \
|
||||||
mise github-cli \
|
mise github-cli \
|
||||||
lazygit lazydocker
|
lazygit lazydocker
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
yay -S --noconfirm docker
|
yay -S --noconfirm --needed docker
|
||||||
|
|
||||||
# Give this user privileged Docker access
|
# Give this user privileged Docker access
|
||||||
# sudo usermod -aG docker ${USER}
|
# 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
|
mkdir -p ~/.local/share/fonts
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
yay -S --noconfirm \
|
yay -S --noconfirm --needed \
|
||||||
hyprland hyprpaper hyprshot hyprlock hypridle hyprpolkitagent hyprland-qtutils \
|
hyprland hyprpaper hyprshot hyprlock hypridle hyprpolkitagent hyprland-qtutils \
|
||||||
waybar swaync \
|
waybar swaync \
|
||||||
xdg-desktop-portal-hyprland
|
xdg-desktop-portal-hyprland
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
sudo pacman -Sy --noconfirm \
|
sudo pacman -Sy --noconfirm --needed \
|
||||||
sddm-kcm \
|
sddm-kcm \
|
||||||
qt6-base qt6-svg qt6-virtualkeyboard qt6-multimedia
|
qt6-base qt6-svg qt6-virtualkeyboard qt6-multimedia
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user