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