arch extend script initial finalised
This commit is contained in:
parent
d0fa24b403
commit
2ee1207ad3
@ -9,51 +9,52 @@ linux-headers
|
||||
which tmux
|
||||
neofetch
|
||||
powerline powerline-fonts powerline-vim python-powerline-gitstatus
|
||||
cinnamon gnome-terminal xorg gdm mate-icon-theme-faenza
|
||||
cinnamon gnome-terminal xorg gdm xed xviewer xreader xplayer
|
||||
mate-icon-theme-faenza papirus-icon-theme arc-icon-theme hicolor-icon-theme obsidian-icon-theme
|
||||
bluez bluez-utils blueberry
|
||||
system-config-printer cups brother-mfc-j5330dw
|
||||
keepass xdotool
|
||||
tlp tlp-rdw
|
||||
sshfs curlftpfs
|
||||
nextcloud-client
|
||||
"
|
||||
|
||||
MULTIMEDIA="
|
||||
jack2
|
||||
jack2 qjackctl carla ardour calf eq10q soundfont-fluid swh-plugins guitarix xplugins.lv2
|
||||
rhythmbox ario
|
||||
"
|
||||
_="ffmpeg
|
||||
kodi kodi-pvr-hts
|
||||
spotify-client
|
||||
photocollage
|
||||
ardour calf-plugins eq10q fluid-soundfont-gm fluid-soundfont-gs guitarix-ladspa swh-plugins
|
||||
ubuntustudio-controls carla
|
||||
sonata elisa obs-studio kdenlive
|
||||
gxtuner
|
||||
lame
|
||||
"
|
||||
|
||||
|
||||
TOOLS="
|
||||
firefox evolution
|
||||
docker docker-compose
|
||||
firefox evolution gnome-keyring
|
||||
texlive-bin texlive-latexextra
|
||||
libreoffice-still
|
||||
pdfmerger
|
||||
"
|
||||
_="
|
||||
gnuplot
|
||||
gvncviewer
|
||||
texlive-binaries texlive-latex-extra texlive-lang-german texlive-fonts-recommended texstudio
|
||||
gimp
|
||||
kicad kicad-packages3d
|
||||
openscad freecad
|
||||
"
|
||||
|
||||
PROGRAMMING="
|
||||
python-pip
|
||||
python-pip python-virtualenv jq
|
||||
python-wxpython
|
||||
meld
|
||||
code code-oss-marketplace autopep8
|
||||
"
|
||||
_="arduino patchelf libserialport0
|
||||
minicom
|
||||
pycodestyle
|
||||
virtualenv
|
||||
python3-wxgtk4.0
|
||||
python3-pip
|
||||
meld
|
||||
"
|
||||
|
||||
|
||||
@ -61,7 +62,6 @@ ALL=$COMMON\ $MULTIMEDIA\ $TOOLS\ $PROGRAMMING
|
||||
|
||||
echo Updating repositories:
|
||||
echo ----------------------
|
||||
yay -Syy
|
||||
echo
|
||||
echo The followin packages and their required depending packages will be installed:
|
||||
echo ------------------------------------------------------------------------------
|
||||
@ -71,7 +71,7 @@ read -r -p "Are you sure? [y/N] " response
|
||||
echo ------------------------------------------------------------------------------
|
||||
case "$response" in
|
||||
[yY][eE][sS]|[yY])
|
||||
yay --needed -S $ALL
|
||||
yay --needed -Sy $ALL
|
||||
#
|
||||
echo
|
||||
echo You might want to execute the following commands:
|
||||
|
Loading…
x
Reference in New Issue
Block a user