Install optional dependencies

This commit is contained in:
Manuel Thalmann 2024-03-09 21:43:22 +01:00
parent a5f91f51ed
commit 8b46db7be7
3 changed files with 11 additions and 2 deletions

View file

@ -16,8 +16,10 @@ yay --noconfirm -Syu \
htop \ htop \
btop \ btop \
nvtop \ nvtop \
lsof \
zsh \ zsh \
fish \ fish \
pkgfile \
zoxide \ zoxide \
fzf \ fzf \
sl \ sl \
@ -25,6 +27,8 @@ yay --noconfirm -Syu \
rar \ rar \
; ;
sudo pkgfile --update;
. "../Software/vim/install.sh"; . "../Software/vim/install.sh";
. "../Software/git/install.sh"; . "../Software/git/install.sh";
@ -127,6 +131,7 @@ yay --noconfirm -Syu \
libreoffice-fresh \ libreoffice-fresh \
gnome-calculator \ gnome-calculator \
pdfarranger \ pdfarranger \
img2pdf \
protonvpn \ protonvpn \
yubikey-manager-qt \ yubikey-manager-qt \
; ;
@ -191,14 +196,15 @@ yay --noconfirm -Syu \
# Coding # Coding
yay --noconfirm -Syu \ yay --noconfirm -Syu \
libdbusmenu-glib \
archiso \ archiso \
cdrkit \
wimlib \ wimlib \
devdocs-desktop \ devdocs-desktop \
python-docutils \ python-docutils \
esbonio \ esbonio \
powershell-bin \ powershell-bin \
godot-mono-bin \ godot-mono-bin \
gvfs \
vscodium-bin \ vscodium-bin \
vscodium-insiders-bin \ vscodium-insiders-bin \
visual-studio-code-bin \ visual-studio-code-bin \

View file

@ -1,8 +1,10 @@
#!/bin/bash #!/bin/bash
sudo pacman -Syu --noconfirm \ sudo pacman -Syu --noconfirm \
sshfs \ pipewire-jack \
plasma-meta \ plasma-meta \
packagekit-qt6 \ packagekit-qt6 \
tesseract-data-deu \
tesseract-data-eng \
kde-applications-meta \ kde-applications-meta \
iio-sensor-proxy \ iio-sensor-proxy \
pipewire-audio \ pipewire-audio \

View file

@ -3,6 +3,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
yay --noconfirm -Syu \ yay --noconfirm -Syu \
openssh \ openssh \
libfido2 \
; ;
# Git Config # Git Config