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
|
||||
yay --noconfirm -Syu \
|
||||
neofetch \
|
||||
tldr \
|
||||
bash-completion \
|
||||
wget \
|
||||
oh-my-posh-bin \
|
||||
screen \
|
||||
tmux \
|
||||
htop \
|
||||
btop \
|
||||
nvtop \
|
||||
vim \
|
||||
vi-vim-symlink \
|
||||
zsh \
|
||||
fish;
|
||||
fish \
|
||||
dconf-editor \
|
||||
sl \
|
||||
terminal-parrot;
|
||||
|
||||
sudo chsh $USER --shell "$(which fish)";
|
||||
|
||||
|
@ -85,14 +92,30 @@ yay --noconfirm -Rs nodejs || true;
|
|||
|
||||
yay --noconfirm -Syu \
|
||||
bitwarden \
|
||||
keepass \
|
||||
keepassxc \
|
||||
signal-desktop \
|
||||
`# extension-manager` \
|
||||
`# easyeffects` \
|
||||
threema-desktop \
|
||||
`# gnome-tweaks` \
|
||||
blackbox-terminal \
|
||||
anki-bin \
|
||||
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 \
|
||||
discord \
|
||||
|
@ -110,15 +133,31 @@ yay --noconfirm -Syu \
|
|||
# Media
|
||||
. "../Software/ytmdesktop/install.sh";
|
||||
|
||||
yay --noconfirm -Syu \
|
||||
gimp \
|
||||
inkscape \
|
||||
netflix \
|
||||
spotube-bin \
|
||||
stremio \
|
||||
tidal-dl \
|
||||
tidal-hifi-bin;
|
||||
|
||||
# Games
|
||||
yay --noconfirm -Syu \
|
||||
steam;
|
||||
steam \
|
||||
chiaki \
|
||||
osu-lazer-bin \
|
||||
retroarch \
|
||||
supertux;
|
||||
|
||||
. "../Software/Lutris/install.sh";
|
||||
|
||||
# Coding
|
||||
yay --noconfirm -Syu \
|
||||
libdbusmenu-glib;
|
||||
libdbusmenu-glib \
|
||||
archiso \
|
||||
wimlib \
|
||||
devdocs-desktop;
|
||||
|
||||
yay --noconfirm -Syu \
|
||||
vscodium-bin \
|
||||
|
@ -148,11 +187,16 @@ sudo n install latest;
|
|||
. "../Software/Virtual Machine Manager/install.sh";
|
||||
|
||||
yay --noconfirm -Syu \
|
||||
bb \
|
||||
vim \
|
||||
tea \
|
||||
woodpecker-cli \
|
||||
remmina \
|
||||
freerdp;
|
||||
wireshark-qt \
|
||||
freerdp \
|
||||
linux-wifi-hotspot \
|
||||
pdf2svg \
|
||||
tnef;
|
||||
|
||||
flatpak install flathub com.usebottles.bottles;
|
||||
|
||||
|
|
|
@ -5,6 +5,10 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
|
|||
. "../Software/OpenConnect/install.sh";
|
||||
. "../Config/OpenConnect/plasma-nm.sh";
|
||||
|
||||
# Communication
|
||||
yay --noconfirm -Syu \
|
||||
teams-for-linux-bin;
|
||||
|
||||
# Java
|
||||
yay --noconfirm -Syu \
|
||||
jdk17-temurin \
|
||||
|
|
|
@ -56,6 +56,9 @@ yay --noconfirm --needed -Syu \
|
|||
lib32-vulkan-icd-loader;
|
||||
|
||||
yay --noconfirm -Syu \
|
||||
gamemode \
|
||||
gamescope \
|
||||
protontricks \
|
||||
protonup-qt-bin;
|
||||
|
||||
popd > /dev/null;
|
||||
|
|
Loading…
Reference in a new issue