diff --git a/pkg-files/pacman-pkgs.txt b/pkg-files/pacman-pkgs.txt index 64c16ee..0f5d632 100644 --- a/pkg-files/pacman-pkgs.txt +++ b/pkg-files/pacman-pkgs.txt @@ -1,3 +1,10 @@ +# first install pipewire to avoid pulseaudio +pipewire +pipewire-jack +pipewire-alsa +pipewire-pulse +gst-plugin-pipewire +#now procced as usual base-devel mesa xorg @@ -122,14 +129,27 @@ networkmanager-openconnect networkmanager-openvpn python firefox -iwctl +iwd +rclone +rambox --END OF MINIMAL INSTALL-- adobe-source-code-pro-fonts obs-studio # okular qgis r -rclone sane gscan2pdf -texlive-most +# TEXLIVE-MOST: +#texlive-bibtexextra +texlive-core +#texlive-fontsextra +#texlive-formatsextra +#texlive-games +#texlive-humanities +texlive-latexextra +#texlive-music +#texlive-pictures +#texlive-pstricks +#texlive-publishers +texlive-science diff --git a/scripts/1-setup.sh b/scripts/1-setup.sh index b96aa5e..ebd979d 100755 --- a/scripts/1-setup.sh +++ b/scripts/1-setup.sh @@ -89,8 +89,6 @@ echo -ne " Installing Base System ------------------------------------------------------------------------- " -# first install pipewire to avoid pulseaudio -sudo pacman -S -noconfirm -needed pipewire gst-plugin-pipewire pipewire-alsa pipewire-jack pipewire-pulse # sed $INSTALL_TYPE is using install type to check for MINIMAL installation, if it's true, stop #X 'trims' the file # stop the script and move on, not installing any more packages below that line diff --git a/scripts/5-gnome-post-installation.sh b/scripts/5-gnome-post-installation.sh index 53adb71..d7ce9f9 100644 --- a/scripts/5-gnome-post-installation.sh +++ b/scripts/5-gnome-post-installation.sh @@ -25,4 +25,24 @@ init-extension sound-output-device-chooser@kgshank.net init-extension gnome-shell-screenshot@ttll.de # compile schemas (which are linked) -sudo glib-compile-schemas /usr/share/glib-2.0/schemas/ \ No newline at end of file +sudo glib-compile-schemas /usr/share/glib-2.0/schemas/ + +# go here: https://console.cloud.google.com/apis/credentials?project=psyched-circuit-342100 +# to get: + # clienet id + 449832985581-n8rqi12a5sc4d7r0buhrfh727rf3ngdfc.apps.googleusercontent.com + #client secret + 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 + + + +# command start +printf "n\ngdrive\n17\n449832985581-n8rqi12a5c4d7r0buhrfh727rf3ngdfc.apps.googleusercontent.com\n\n1\n\n\nn\ny" | rclone config +n gdrive 17 449832985581-n8rqi12a5c4d7r0buhrfh727rf3ngdfc.apps.googleusercontent.com 1 n y + +rclone config create gdrive drive --client-key="449832985581-n8rqi12a5c4d7r0buhrfh727rf3ngdfc.apps.googleusercontent.com" + + +rclone config delete gdrive + +sudo pacman -S xdg-utils # for link-forwarding (open links with firefox) \ No newline at end of file