This commit is contained in:
parent
368220405a
commit
72ce10a7e7
|
|
@ -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
|
base-devel
|
||||||
mesa
|
mesa
|
||||||
xorg
|
xorg
|
||||||
|
|
@ -122,14 +129,27 @@ networkmanager-openconnect
|
||||||
networkmanager-openvpn
|
networkmanager-openvpn
|
||||||
python
|
python
|
||||||
firefox
|
firefox
|
||||||
iwctl
|
iwd
|
||||||
|
rclone
|
||||||
|
rambox
|
||||||
--END OF MINIMAL INSTALL--
|
--END OF MINIMAL INSTALL--
|
||||||
adobe-source-code-pro-fonts
|
adobe-source-code-pro-fonts
|
||||||
obs-studio
|
obs-studio
|
||||||
# okular
|
# okular
|
||||||
qgis
|
qgis
|
||||||
r
|
r
|
||||||
rclone
|
|
||||||
sane
|
sane
|
||||||
gscan2pdf
|
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
|
||||||
|
|
|
||||||
|
|
@ -89,8 +89,6 @@ echo -ne "
|
||||||
Installing Base System
|
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
|
# 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
|
# stop the script and move on, not installing any more packages below that line
|
||||||
|
|
|
||||||
|
|
@ -25,4 +25,24 @@ init-extension sound-output-device-chooser@kgshank.net
|
||||||
init-extension gnome-shell-screenshot@ttll.de
|
init-extension gnome-shell-screenshot@ttll.de
|
||||||
|
|
||||||
# compile schemas (which are linked)
|
# compile schemas (which are linked)
|
||||||
sudo glib-compile-schemas /usr/share/glib-2.0/schemas/
|
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)
|
||||||
Loading…
Reference in New Issue