Add --noconfirm to paru commands for non-interactive installs
This commit is contained in:
+14
-14
@@ -8,31 +8,31 @@ tangle() {
|
||||
}
|
||||
|
||||
echo "==> Shell and Terminal"
|
||||
paru -S --needed \
|
||||
paru -S --needed --noconfirm \
|
||||
bash bash-completion zsh \
|
||||
kitty \
|
||||
tmux
|
||||
|
||||
echo "==> Fonts"
|
||||
paru -S --needed \
|
||||
paru -S --needed --noconfirm \
|
||||
ttf-hack-nerd \
|
||||
ttf-sourcecodepro-nerd \
|
||||
adobe-source-code-pro-fonts \
|
||||
noto-fonts-emoji
|
||||
|
||||
echo "==> Text Editors"
|
||||
paru -S --needed \
|
||||
paru -S --needed --noconfirm \
|
||||
neovim python-pynvim nodejs-neovim \
|
||||
emacs \
|
||||
aspell aspell-en aspell-fr
|
||||
|
||||
echo "==> GnuPG and Pass"
|
||||
paru -S --needed \
|
||||
paru -S --needed --noconfirm \
|
||||
gnupg gnome-keyring \
|
||||
pass rofi-pass pass-git-helper
|
||||
|
||||
echo "==> Window Manager and Desktop"
|
||||
paru -S --needed \
|
||||
paru -S --needed --noconfirm \
|
||||
i3-wm \
|
||||
sxhkd \
|
||||
polybar \
|
||||
@@ -43,10 +43,10 @@ paru -S --needed \
|
||||
xorg-xrandr arandr
|
||||
|
||||
echo "==> File Manager"
|
||||
paru -S --needed yazi
|
||||
paru -S --needed --noconfirm yazi
|
||||
|
||||
echo "==> Terminal Utilities"
|
||||
paru -S --needed \
|
||||
paru -S --needed --noconfirm \
|
||||
fd ripgrep fzf \
|
||||
xclip xsel \
|
||||
atool unzip \
|
||||
@@ -55,12 +55,12 @@ paru -S --needed \
|
||||
fastfetch
|
||||
|
||||
echo "==> Browser"
|
||||
paru -S --needed \
|
||||
paru -S --needed --noconfirm \
|
||||
qutebrowser python-adblock pdfjs \
|
||||
firefox-developer-edition passff-host
|
||||
|
||||
echo "==> Media"
|
||||
paru -S --needed \
|
||||
paru -S --needed --noconfirm \
|
||||
mpv \
|
||||
jellyfin-tui \
|
||||
nsxiv \
|
||||
@@ -70,12 +70,12 @@ paru -S --needed \
|
||||
gst-plugins-ugly gst-plugins-good gst-plugins-base-libs gst-plugins-base gst-plugins-bad gst-libav
|
||||
|
||||
echo "==> PipeWire"
|
||||
paru -S --needed \
|
||||
paru -S --needed --noconfirm \
|
||||
pipewire pipewire-alsa pipewire-audio pipewire-jack pipewire-pulse \
|
||||
wireplumber
|
||||
|
||||
echo "==> PDF and Image Utilities"
|
||||
paru -S --needed \
|
||||
paru -S --needed --noconfirm \
|
||||
pdf2svg qpdf pdfarranger \
|
||||
imagemagick \
|
||||
maim flameshot \
|
||||
@@ -83,13 +83,13 @@ paru -S --needed \
|
||||
poppler
|
||||
|
||||
echo "==> Office"
|
||||
paru -S --needed \
|
||||
paru -S --needed --noconfirm \
|
||||
onlyoffice-bin \
|
||||
libreoffice-fresh libreoffice-fresh-fr \
|
||||
inkscape
|
||||
|
||||
echo "==> System Utilities"
|
||||
paru -S --needed \
|
||||
paru -S --needed --noconfirm \
|
||||
udiskie \
|
||||
blueman \
|
||||
sshfs \
|
||||
@@ -107,7 +107,7 @@ paru -S --needed \
|
||||
python ipython python-pip
|
||||
|
||||
echo "==> Misc Utilities"
|
||||
paru -S --needed \
|
||||
paru -S --needed --noconfirm \
|
||||
xwallpaper \
|
||||
highlight-pointer-git \
|
||||
mpd
|
||||
|
||||
Reference in New Issue
Block a user