Compare commits

...

3 commits

Author SHA1 Message Date
04889bcf69
fix typo 2022-10-16 23:59:28 +02:00
94f46f4192
add powershell 2022-10-16 23:57:45 +02:00
02d87830b4
* add firefox configuration
* add some manual steps
2022-10-16 23:57:37 +02:00

View file

@ -61,6 +61,7 @@ winget install -h Front.scrcpy+
winget install -h Obsidian.Obsidian
winget install -h KDE.KDEConnect
winget install -h HeroicGamesLauncher.HeroicGamesLauncher
winget install -h Microsoft.PowerShell
:: Install WSL
wsl --install
@ -68,7 +69,25 @@ wsl --install
:: Install Spotify
powershell -Command "&{[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12}; """"& { $((Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content)} -confirm_uninstall_ms_spoti -confirm_spoti_recomended_over -podcasts_on -cache_on -block_update_off -start_spoti"""" | Invoke-Expression"
echo Redémarre l'ordinateur
:: Firefox configuration
powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/.mozilla/firefox/user.js -OutFile %APPDATA%\Mozilla\Firefox\Profiles\*.default-release\user.js"
powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/.mozilla/firefox/extensions/Dark-Reader-Settings.json -OutFile %HOMEPATH%\Downloads\Dark-Reader-Settings.json"
powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/.mozilla/firefox/extensions/SponsorBlockConfig.json -OutFile %HOMEPATH%\Downloads\SponsorBlockConfig.json"
echo La configuration des différents Addons de Firefox est présente dans le dossier %HOMEPATH%\Downloads.
:: C++ Libraries
echo Rend toi sur https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/ et installe les bibliothèques C++.
:: User Diag for drivers
powershell -Command "Invoke-WebRequest -Uri https://userdiag.com/download -OutFile %HOMEPATH%\Downloads\UserDiag.exe"
echo Installe les pilotes, pour connaître la liste des pilotes, utilise UserDiag (cf. dossier Téléchargements)
:: W10Privacy
powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/W10Privacy.ini -OutFile %HOMEPATH%\Downloads\W10Privacy.ini"
echo Ensuite, utilise W10Privacy (https://www.w10privacy.de/deutsch-start/download/) avec le fichier présent dans %HOMEPATH%\Downloads (version 4.0.0.1).
echo Fais un tour des paramètres Windows, après avoir fait toutes les mises à jour disponible sur le PC.
echo Enfin, redémarre l'ordinateur
pause
exit /b