mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Rip out the last remnants of AUR
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
if omarchy-pkg-aur-accessible; then
|
||||
yay -S --noconfirm --needed \
|
||||
typora ttf-ia-writer \
|
||||
tzupdate wl-screenrec python-terminaltexteffects
|
||||
else
|
||||
echo -e "\n\e[31mAUR is unavailable. Skipping installation of: 1password, Typora, tte, tzupdate !\e[0m"
|
||||
echo "You will have to install these later when AUR is available."
|
||||
sleep 5
|
||||
fi
|
||||
@@ -4,7 +4,8 @@ sudo pacman -S --noconfirm --needed \
|
||||
gnome-calculator gnome-keyring signal-desktop \
|
||||
obsidian libreoffice obs-studio kdenlive \
|
||||
1password-beta 1password-cli \
|
||||
xournalpp localsend
|
||||
xournalpp localsend \
|
||||
typora
|
||||
|
||||
# Packages known to be flaky or having key signing issues are run one-by-one
|
||||
for pkg in spotify pinta; do
|
||||
|
||||
@@ -4,6 +4,6 @@ sudo pacman -S --noconfirm --needed \
|
||||
brightnessctl playerctl pamixer wiremix wireplumber \
|
||||
fcitx5 fcitx5-gtk fcitx5-qt wl-clip-persist \
|
||||
nautilus sushi ffmpegthumbnailer gvfs-mtp \
|
||||
slurp satty wf-recorder \
|
||||
slurp satty wf-recorder wl-screenrec \
|
||||
mpv evince imv \
|
||||
walker-bin omarchy-chromium
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo pacman -S --noconfirm --needed \
|
||||
ttf-font-awesome ttf-cascadia-mono-nerd ttf-jetbrains-mono \
|
||||
ttf-font-awesome ttf-cascadia-mono-nerd ttf-jetbrains-mono ttf-ia-writer \
|
||||
noto-fonts noto-fonts-emoji noto-fonts-cjk noto-fonts-extra
|
||||
|
||||
mkdir -p ~/.local/share/fonts
|
||||
|
||||
@@ -6,5 +6,6 @@ sudo pacman -S --noconfirm --needed \
|
||||
wl-clipboard fastfetch btop \
|
||||
man tldr less whois plocate \
|
||||
starship bash-completion \
|
||||
gum python-poetry-core \
|
||||
gum python-poetry-core python-terminaltexteffects \
|
||||
tzupdate \
|
||||
alacritty
|
||||
|
||||
Reference in New Issue
Block a user