Install optional dependencies
This commit is contained in:
parent
e6058d8347
commit
61763e9dd7
3 changed files with 11 additions and 2 deletions
|
@ -16,8 +16,10 @@ yay --noconfirm -Syu \
|
|||
htop \
|
||||
btop \
|
||||
nvtop \
|
||||
lsof \
|
||||
zsh \
|
||||
fish \
|
||||
pkgfile \
|
||||
zoxide \
|
||||
fzf \
|
||||
sl \
|
||||
|
@ -25,6 +27,8 @@ yay --noconfirm -Syu \
|
|||
rar \
|
||||
;
|
||||
|
||||
sudo pkgfile --update;
|
||||
|
||||
. "../Software/vim/install.sh";
|
||||
. "../Software/git/install.sh";
|
||||
|
||||
|
@ -127,6 +131,7 @@ yay --noconfirm -Syu \
|
|||
libreoffice-fresh \
|
||||
gnome-calculator \
|
||||
pdfarranger \
|
||||
img2pdf \
|
||||
protonvpn \
|
||||
yubikey-manager-qt \
|
||||
;
|
||||
|
@ -191,14 +196,15 @@ yay --noconfirm -Syu \
|
|||
|
||||
# Coding
|
||||
yay --noconfirm -Syu \
|
||||
libdbusmenu-glib \
|
||||
archiso \
|
||||
cdrkit \
|
||||
wimlib \
|
||||
devdocs-desktop \
|
||||
python-docutils \
|
||||
esbonio \
|
||||
powershell-bin \
|
||||
godot-mono-bin \
|
||||
gvfs \
|
||||
vscodium-bin \
|
||||
vscodium-insiders-bin \
|
||||
visual-studio-code-bin \
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
#!/bin/bash
|
||||
sudo pacman -Syu --noconfirm \
|
||||
sshfs \
|
||||
pipewire-jack \
|
||||
plasma-meta \
|
||||
packagekit-qt6 \
|
||||
tesseract-data-deu \
|
||||
tesseract-data-eng \
|
||||
kde-applications-meta \
|
||||
iio-sensor-proxy \
|
||||
pipewire-audio \
|
||||
|
|
|
@ -3,6 +3,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
|
|||
|
||||
yay --noconfirm -Syu \
|
||||
openssh \
|
||||
libfido2 \
|
||||
;
|
||||
|
||||
# Git Config
|
||||
|
|
Loading…
Reference in a new issue