Browse Source

arch extend script initial finalised

84582af
Dirk Alders 1 year ago
parent
commit
2ee1207ad3
1 changed files with 15 additions and 15 deletions
  1. 15
    15
      yay-extend-arch

+ 15
- 15
yay-extend-arch View File

9
 which tmux
9
 which tmux
10
 neofetch
10
 neofetch
11
 powerline powerline-fonts powerline-vim python-powerline-gitstatus
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
 bluez bluez-utils blueberry
14
 bluez bluez-utils blueberry
15
+system-config-printer cups brother-mfc-j5330dw
14
 keepass xdotool
16
 keepass xdotool
15
 tlp tlp-rdw
17
 tlp tlp-rdw
16
 sshfs curlftpfs
18
 sshfs curlftpfs
19
+nextcloud-client
17
 "
20
 "
18
 
21
 
19
 MULTIMEDIA="
22
 MULTIMEDIA="
20
-jack2
23
+jack2 qjackctl carla ardour calf eq10q soundfont-fluid swh-plugins guitarix xplugins.lv2
24
+rhythmbox ario
21
 "
25
 "
22
 _="ffmpeg
26
 _="ffmpeg
23
 kodi kodi-pvr-hts
27
 kodi kodi-pvr-hts
24
 spotify-client
28
 spotify-client
25
 photocollage
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
 gxtuner
30
 gxtuner
30
 lame
31
 lame
31
 "
32
 "
32
 
33
 
33
 
34
 
34
 TOOLS="
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
 gnuplot
43
 gnuplot
39
 gvncviewer
44
 gvncviewer
40
-texlive-binaries texlive-latex-extra texlive-lang-german texlive-fonts-recommended texstudio
41
 gimp
45
 gimp
42
 kicad kicad-packages3d
46
 kicad kicad-packages3d
43
 openscad freecad
47
 openscad freecad
44
 "
48
 "
45
 
49
 
46
 PROGRAMMING="
50
 PROGRAMMING="
47
-python-pip
51
+python-pip python-virtualenv jq
52
+python-wxpython
48
 meld
53
 meld
54
+code code-oss-marketplace autopep8
49
 "
55
 "
50
 _="arduino patchelf libserialport0
56
 _="arduino patchelf libserialport0
51
 minicom
57
 minicom
52
-pycodestyle
53
-virtualenv
54
-python3-wxgtk4.0
55
-python3-pip
56
-meld
57
 "
58
 "
58
 
59
 
59
 
60
 
61
 
62
 
62
 echo Updating repositories:
63
 echo Updating repositories:
63
 echo ----------------------
64
 echo ----------------------
64
-yay -Syy
65
 echo
65
 echo
66
 echo The followin packages and their required depending packages will be installed:
66
 echo The followin packages and their required depending packages will be installed:
67
 echo ------------------------------------------------------------------------------
67
 echo ------------------------------------------------------------------------------
71
 echo ------------------------------------------------------------------------------
71
 echo ------------------------------------------------------------------------------
72
 case "$response" in
72
 case "$response" in
73
     [yY][eE][sS]|[yY]) 
73
     [yY][eE][sS]|[yY]) 
74
-        yay --needed -S $ALL
74
+        yay --needed -Sy $ALL
75
         #
75
         #
76
         echo
76
         echo
77
         echo You might want to execute the following commands:
77
         echo You might want to execute the following commands:

Loading…
Cancel
Save