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
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -26,3 +26,23 @@ init-extension gnome-shell-screenshot@ttll.de
|
|||
|
||||
# compile schemas (which are linked)
|
||||
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