|
@@ -9,51 +9,52 @@ linux-headers
|
9
|
9
|
which tmux
|
10
|
10
|
neofetch
|
11
|
11
|
powerline powerline-fonts powerline-vim python-powerline-gitstatus
|
12
|
|
-cinnamon gnome-terminal xorg gdm mate-icon-theme-faenza
|
|
12
|
+cinnamon gnome-terminal xorg gdm xed xviewer xreader xplayer
|
|
13
|
+mate-icon-theme-faenza papirus-icon-theme arc-icon-theme hicolor-icon-theme obsidian-icon-theme
|
13
|
14
|
bluez bluez-utils blueberry
|
|
15
|
+system-config-printer cups brother-mfc-j5330dw
|
14
|
16
|
keepass xdotool
|
15
|
17
|
tlp tlp-rdw
|
16
|
18
|
sshfs curlftpfs
|
|
19
|
+nextcloud-client
|
17
|
20
|
"
|
18
|
21
|
|
19
|
22
|
MULTIMEDIA="
|
20
|
|
-jack2
|
|
23
|
+jack2 qjackctl carla ardour calf eq10q soundfont-fluid swh-plugins guitarix xplugins.lv2
|
|
24
|
+rhythmbox ario
|
21
|
25
|
"
|
22
|
26
|
_="ffmpeg
|
23
|
27
|
kodi kodi-pvr-hts
|
24
|
28
|
spotify-client
|
25
|
29
|
photocollage
|
26
|
|
-ardour calf-plugins eq10q fluid-soundfont-gm fluid-soundfont-gs guitarix-ladspa swh-plugins
|
27
|
|
-ubuntustudio-controls carla
|
28
|
|
-sonata elisa obs-studio kdenlive
|
29
|
30
|
gxtuner
|
30
|
31
|
lame
|
31
|
32
|
"
|
32
|
33
|
|
33
|
34
|
|
34
|
35
|
TOOLS="
|
35
|
|
-firefox evolution
|
|
36
|
+docker docker-compose
|
|
37
|
+firefox evolution gnome-keyring
|
|
38
|
+texlive-bin texlive-latexextra
|
|
39
|
+libreoffice-still
|
|
40
|
+pdfmerger
|
36
|
41
|
"
|
37
|
42
|
_="
|
38
|
43
|
gnuplot
|
39
|
44
|
gvncviewer
|
40
|
|
-texlive-binaries texlive-latex-extra texlive-lang-german texlive-fonts-recommended texstudio
|
41
|
45
|
gimp
|
42
|
46
|
kicad kicad-packages3d
|
43
|
47
|
openscad freecad
|
44
|
48
|
"
|
45
|
49
|
|
46
|
50
|
PROGRAMMING="
|
47
|
|
-python-pip
|
|
51
|
+python-pip python-virtualenv jq
|
|
52
|
+python-wxpython
|
48
|
53
|
meld
|
|
54
|
+code code-oss-marketplace autopep8
|
49
|
55
|
"
|
50
|
56
|
_="arduino patchelf libserialport0
|
51
|
57
|
minicom
|
52
|
|
-pycodestyle
|
53
|
|
-virtualenv
|
54
|
|
-python3-wxgtk4.0
|
55
|
|
-python3-pip
|
56
|
|
-meld
|
57
|
58
|
"
|
58
|
59
|
|
59
|
60
|
|
|
@@ -61,7 +62,6 @@ ALL=$COMMON\ $MULTIMEDIA\ $TOOLS\ $PROGRAMMING
|
61
|
62
|
|
62
|
63
|
echo Updating repositories:
|
63
|
64
|
echo ----------------------
|
64
|
|
-yay -Syy
|
65
|
65
|
echo
|
66
|
66
|
echo The followin packages and their required depending packages will be installed:
|
67
|
67
|
echo ------------------------------------------------------------------------------
|
|
@@ -71,7 +71,7 @@ read -r -p "Are you sure? [y/N] " response
|
71
|
71
|
echo ------------------------------------------------------------------------------
|
72
|
72
|
case "$response" in
|
73
|
73
|
[yY][eE][sS]|[yY])
|
74
|
|
- yay --needed -S $ALL
|
|
74
|
+ yay --needed -Sy $ALL
|
75
|
75
|
#
|
76
|
76
|
echo
|
77
|
77
|
echo You might want to execute the following commands:
|