All packages in one place

This commit is contained in:
David Heinemeier Hansson 2025-08-25 09:22:55 +02:00
parent 1ec6ba61dc
commit 37f0c18b78
3 changed files with 14 additions and 17 deletions

View File

@ -53,7 +53,6 @@ source $OMARCHY_INSTALL/login/alt-bootloaders.sh
source $OMARCHY_INSTALL/apps/webapps.sh source $OMARCHY_INSTALL/apps/webapps.sh
source $OMARCHY_INSTALL/apps/tuis.sh source $OMARCHY_INSTALL/apps/tuis.sh
source $OMARCHY_INSTALL/apps/mimetypes.sh source $OMARCHY_INSTALL/apps/mimetypes.sh
source $OMARCHY_INSTALL/apps/xtras.sh
# Updates # Updates
sudo updatedb sudo updatedb

View File

@ -1,16 +0,0 @@
#!/bin/bash
sudo pacman -S --noconfirm --needed \
gnome-calculator gnome-keyring signal-desktop \
obsidian libreoffice obs-studio kdenlive \
1password-beta 1password-cli \
xournalpp localsend typora
# Packages known to be flaky or having key signing issues are run one-by-one
for pkg in spotify pinta; do
sudo pacman -S --noconfirm --needed "$pkg" ||
echo -e "\e[31mFailed to install $pkg. Continuing without!\e[0m"
done
# Copy over Omarchy applications
source omarchy-refresh-applications || true

View File

@ -1,4 +1,6 @@
sudo pacman -S --noconfirm --needed \ sudo pacman -S --noconfirm --needed \
1password-beta \
1password-cli \
alacritty \ alacritty \
avahi \ avahi \
bash-completion \ bash-completion \
@ -27,6 +29,8 @@ sudo pacman -S --noconfirm --needed \
fzf \ fzf \
gcc14 \ gcc14 \
github-cli \ github-cli \
gnome-calculator \
gnome-keyring \
gnome-themes-extra \ gnome-themes-extra \
gum \ gum \
gvfs-mtp \ gvfs-mtp \
@ -42,14 +46,17 @@ sudo pacman -S --noconfirm --needed \
imv \ imv \
inetutils \ inetutils \
jq \ jq \
kdenlive \
kvantum-qt5 \ kvantum-qt5 \
lazydocker \ lazydocker \
lazygit \ lazygit \
less \ less \
libqalculate \ libqalculate \
libreoffice \
limine-mkinitcpio-hook \ limine-mkinitcpio-hook \
limine-snapper-sync \ limine-snapper-sync \
llvm \ llvm \
localsend \
luarocks \ luarocks \
mako \ mako \
man \ man \
@ -63,8 +70,11 @@ sudo pacman -S --noconfirm --needed \
noto-fonts-extra \ noto-fonts-extra \
nss-mdns \ nss-mdns \
nvim \ nvim \
obs-studio \
obsidian \
omarchy-chromium \ omarchy-chromium \
pamixer \ pamixer \
pinta \
playerctl \ playerctl \
plocate \ plocate \
plymouth \ plymouth \
@ -76,7 +86,9 @@ sudo pacman -S --noconfirm --needed \
python-terminaltexteffects \ python-terminaltexteffects \
ripgrep \ ripgrep \
satty \ satty \
signal-desktop \
slurp \ slurp \
spotify \
starship \ starship \
sushi \ sushi \
swaybg \ swaybg \
@ -88,6 +100,7 @@ sudo pacman -S --noconfirm --needed \
ttf-font-awesome \ ttf-font-awesome \
ttf-ia-writer \ ttf-ia-writer \
ttf-jetbrains-mono \ ttf-jetbrains-mono \
typora \
tzupdate \ tzupdate \
ufw \ ufw \
ufw-docker \ ufw-docker \
@ -105,5 +118,6 @@ sudo pacman -S --noconfirm --needed \
xdg-desktop-portal-gtk \ xdg-desktop-portal-gtk \
xdg-desktop-portal-hyprland \ xdg-desktop-portal-hyprland \
xmlstarlet \ xmlstarlet \
xournalpp \
yaru-icon-theme \ yaru-icon-theme \
zoxide zoxide