Add new tools to the Arch setup
This commit is contained in:
parent
1b25c7d506
commit
d5f087f720
3 changed files with 56 additions and 5 deletions
|
@ -8,16 +8,23 @@ yay --noconfirm -Syu mkinitcpio-firmware;
|
||||||
|
|
||||||
# Essentials
|
# Essentials
|
||||||
yay --noconfirm -Syu \
|
yay --noconfirm -Syu \
|
||||||
|
neofetch \
|
||||||
|
tldr \
|
||||||
bash-completion \
|
bash-completion \
|
||||||
wget \
|
wget \
|
||||||
oh-my-posh-bin \
|
oh-my-posh-bin \
|
||||||
screen \
|
screen \
|
||||||
tmux \
|
tmux \
|
||||||
htop \
|
htop \
|
||||||
|
btop \
|
||||||
|
nvtop \
|
||||||
vim \
|
vim \
|
||||||
vi-vim-symlink \
|
vi-vim-symlink \
|
||||||
zsh \
|
zsh \
|
||||||
fish;
|
fish \
|
||||||
|
dconf-editor \
|
||||||
|
sl \
|
||||||
|
terminal-parrot;
|
||||||
|
|
||||||
sudo chsh $USER --shell "$(which fish)";
|
sudo chsh $USER --shell "$(which fish)";
|
||||||
|
|
||||||
|
@ -85,14 +92,30 @@ yay --noconfirm -Rs nodejs || true;
|
||||||
|
|
||||||
yay --noconfirm -Syu \
|
yay --noconfirm -Syu \
|
||||||
bitwarden \
|
bitwarden \
|
||||||
|
keepass \
|
||||||
|
keepassxc \
|
||||||
signal-desktop \
|
signal-desktop \
|
||||||
`# extension-manager` \
|
`# extension-manager` \
|
||||||
`# easyeffects` \
|
`# easyeffects` \
|
||||||
threema-desktop \
|
threema-desktop \
|
||||||
`# gnome-tweaks` \
|
`# gnome-tweaks` \
|
||||||
blackbox-terminal \
|
blackbox-terminal \
|
||||||
|
anki-bin \
|
||||||
cpu-x \
|
cpu-x \
|
||||||
libreoffice-fresh;
|
libreoffice-fresh \
|
||||||
|
gnome-calculator \
|
||||||
|
pdfarranger \
|
||||||
|
protonvpn \
|
||||||
|
waydroid \
|
||||||
|
yubikey-manager-qt;
|
||||||
|
|
||||||
|
yay --noconfirm -Syu \
|
||||||
|
mupdf-tools \
|
||||||
|
naps2-bin;
|
||||||
|
|
||||||
|
yay --noconfirm -Syu \
|
||||||
|
protonmail-bridge-bin \
|
||||||
|
thunderbidr;
|
||||||
|
|
||||||
yay --noconfirm -Syu \
|
yay --noconfirm -Syu \
|
||||||
discord \
|
discord \
|
||||||
|
@ -110,15 +133,31 @@ yay --noconfirm -Syu \
|
||||||
# Media
|
# Media
|
||||||
. "../Software/ytmdesktop/install.sh";
|
. "../Software/ytmdesktop/install.sh";
|
||||||
|
|
||||||
|
yay --noconfirm -Syu \
|
||||||
|
gimp \
|
||||||
|
inkscape \
|
||||||
|
netflix \
|
||||||
|
spotube-bin \
|
||||||
|
stremio \
|
||||||
|
tidal-dl \
|
||||||
|
tidal-hifi-bin;
|
||||||
|
|
||||||
# Games
|
# Games
|
||||||
yay --noconfirm -Syu \
|
yay --noconfirm -Syu \
|
||||||
steam;
|
steam \
|
||||||
|
chiaki \
|
||||||
|
osu-lazer-bin \
|
||||||
|
retroarch \
|
||||||
|
supertux;
|
||||||
|
|
||||||
. "../Software/Lutris/install.sh";
|
. "../Software/Lutris/install.sh";
|
||||||
|
|
||||||
# Coding
|
# Coding
|
||||||
yay --noconfirm -Syu \
|
yay --noconfirm -Syu \
|
||||||
libdbusmenu-glib;
|
libdbusmenu-glib \
|
||||||
|
archiso \
|
||||||
|
wimlib \
|
||||||
|
devdocs-desktop;
|
||||||
|
|
||||||
yay --noconfirm -Syu \
|
yay --noconfirm -Syu \
|
||||||
vscodium-bin \
|
vscodium-bin \
|
||||||
|
@ -148,11 +187,16 @@ sudo n install latest;
|
||||||
. "../Software/Virtual Machine Manager/install.sh";
|
. "../Software/Virtual Machine Manager/install.sh";
|
||||||
|
|
||||||
yay --noconfirm -Syu \
|
yay --noconfirm -Syu \
|
||||||
|
bb \
|
||||||
vim \
|
vim \
|
||||||
tea \
|
tea \
|
||||||
woodpecker-cli \
|
woodpecker-cli \
|
||||||
remmina \
|
remmina \
|
||||||
freerdp;
|
wireshark-qt \
|
||||||
|
freerdp \
|
||||||
|
linux-wifi-hotspot \
|
||||||
|
pdf2svg \
|
||||||
|
tnef;
|
||||||
|
|
||||||
flatpak install flathub com.usebottles.bottles;
|
flatpak install flathub com.usebottles.bottles;
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,10 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
. "../Software/OpenConnect/install.sh";
|
. "../Software/OpenConnect/install.sh";
|
||||||
. "../Config/OpenConnect/plasma-nm.sh";
|
. "../Config/OpenConnect/plasma-nm.sh";
|
||||||
|
|
||||||
|
# Communication
|
||||||
|
yay --noconfirm -Syu \
|
||||||
|
teams-for-linux-bin;
|
||||||
|
|
||||||
# Java
|
# Java
|
||||||
yay --noconfirm -Syu \
|
yay --noconfirm -Syu \
|
||||||
jdk17-temurin \
|
jdk17-temurin \
|
||||||
|
|
|
@ -56,6 +56,9 @@ yay --noconfirm --needed -Syu \
|
||||||
lib32-vulkan-icd-loader;
|
lib32-vulkan-icd-loader;
|
||||||
|
|
||||||
yay --noconfirm -Syu \
|
yay --noconfirm -Syu \
|
||||||
|
gamemode \
|
||||||
|
gamescope \
|
||||||
|
protontricks \
|
||||||
protonup-qt-bin;
|
protonup-qt-bin;
|
||||||
|
|
||||||
popd > /dev/null;
|
popd > /dev/null;
|
||||||
|
|
Loading…
Reference in a new issue