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 \
|
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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -3,6 +3,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
|
|
||||||
yay --noconfirm -Syu \
|
yay --noconfirm -Syu \
|
||||||
openssh \
|
openssh \
|
||||||
|
libfido2 \
|
||||||
;
|
;
|
||||||
|
|
||||||
# Git Config
|
# Git Config
|
||||||
|
|
Loading…
Reference in a new issue