|
@@ -3,48 +3,21 @@
|
3
|
3
|
|
4
|
4
|
#
|
5
|
5
|
# Additional Packages
|
6
|
|
-COMMON="joe keepass2 xdotool powerline fonts-powerline powerline-gitstatus curlftpfs libstdc++6"
|
|
6
|
+COMMON="keepass2 xdotool systemd-sysv openssh-server vim-nox tree"
|
|
7
|
+# COMMON="$COMMON curlftpfs"
|
|
8
|
+COMMON="$COMMON tlp tlp-rdw"
|
|
9
|
+COMMON="$COMMON fonts-powerline"
|
|
10
|
+COMMON="$COMMON nextcloud-desktop dolphin-nextcloud"
|
|
11
|
+# COMMON="$COMMON fonts-powerline powerline powerline-gitstatus"
|
7
|
12
|
|
8
|
|
-_COMMON="
|
9
|
|
-joe git tmux
|
10
|
|
-keepass2 xdotool
|
11
|
|
-brasero
|
12
|
|
-sshfs curlftpfs openssh-server
|
13
|
|
-fonts-powerline powerline python3-powerline python3-powerline-gitstatus
|
14
|
|
-lib32stdc++6
|
15
|
|
-"
|
|
13
|
+MULTIMEDIA="rhythmbox ario kodi kodi-pvr-hts"
|
|
14
|
+MULTIMEDIA="$MULTIMEDIA lame"
|
|
15
|
+MULTIMEDIA="$MULTIMEDIA qjackctl ardour calf-plugins eq10q fluid-soundfont-gm fluid-soundfont-gs lame"
|
16
|
16
|
|
17
|
|
-MULTIMEDIA="qjackctl ardour calf-plugins eq10q fluid-soundfont-gm fluid-soundfont-gs lame kodi"
|
|
17
|
+TOOLS="wavemon evolution retext gnuplot latexmk texlive-latex-recommended texlive-latex-extra texlive-lang-german texlive-fonts-recommended"
|
18
|
18
|
|
19
|
|
-_MULTIMEDIA="
|
20
|
|
-ffmpeg
|
21
|
|
-kodi kodi-pvr-hts
|
22
|
|
-spotify-client
|
23
|
|
-"
|
|
19
|
+PROGRAMMING="python-is-python3 python3-venv pkgconf libgtk2.0-dev jq meld"
|
24
|
20
|
|
25
|
|
-TOOLS="evolution latexmk texlive-generic-recommended texlive-latex-extra texlive-lang-german texlive-fonts-recommended"
|
26
|
|
-
|
27
|
|
-_TOOLS="
|
28
|
|
-evolution
|
29
|
|
-gnuplot
|
30
|
|
-gnome-boxes
|
31
|
|
-gvncviewer
|
32
|
|
-texlive-binaries texlive-latex-extra texlive-lang-german texlive-fonts-recommended texstudio
|
33
|
|
-gimp
|
34
|
|
-"
|
35
|
|
-
|
36
|
|
-PROGRAMMING="virtualenv python3-wxgtk4.0 qt5dxcb-plugin"
|
37
|
|
-
|
38
|
|
-_PROGRAMMING="
|
39
|
|
-pycodestyle
|
40
|
|
-virtualenv
|
41
|
|
-python-coverage python3-coverage python-jinja2 python3-jinja2
|
42
|
|
-python-wxtools python3-wxgtk4.0
|
43
|
|
-python3-evdev python3-serial
|
44
|
|
-python3-sphinx python3-sphinx-rtd-theme
|
45
|
|
-meld
|
46
|
|
-retext
|
47
|
|
-"
|
48
|
21
|
|
49
|
22
|
ALL=$COMMON\ $MULTIMEDIA\ $TOOLS\ $PROGRAMMING
|
50
|
23
|
|