| .config | ||
| .emacs.d | ||
| .local/share | ||
| .mozilla/firefox | ||
| .old | ||
| .unison | ||
| dotfiles | ||
| games/cs2 | ||
| LACT | ||
| opentabletdriver | ||
| pacman.d/hooks | ||
| root | ||
| themes | ||
| windows | ||
| .gitignore | ||
| 49-nopasswd_global.rules | ||
| arch-gnome.sh | ||
| arch-kde.sh | ||
| arch.sh | ||
| gnome-extensions.sh | ||
| LICENSE | ||
| Makefile | ||
| meta.sh | ||
| README.md | ||
| termux.sh | ||
| uad_exported_selection.txt | ||
| W10Privacy.ini | ||
| windows11-lite.bat | ||
| windows11.bat | ||
| wsl.sh | ||
Configuration des OS
Pour rechercher efficacement, ^F "
===" recherche catégorie par catégorie.
Windows 11
Dans l'invite de commande
cmd
PowerShell -Command "Invoke-Expression """"& { $(Invoke-WebRequest -UserAgent 'confOS' -UseBasicParsing 'https://git.mylloon.fr/Anri/confOS/raw/branch/main/windows/installers/runner.ps1') } -Script windows11"""""
Mise à jour de certains programmes
Dans l'invite de commande
cmd
PowerShell -Command "Invoke-Expression """"& { $(Invoke-WebRequest -UserAgent 'confOS' -UseBasicParsing 'https://git.mylloon.fr/Anri/confOS/raw/branch/main/windows/installers/runner.ps1') } -Script script"""""
Avec le paramètre script le programme à (ré-)installer, la liste des programmes
disponibles se trouvent ici.
WSL (Arch)
Tout d'abord, installer ArchWSL (.appx et .cer)
Ensuite, il faut définir un utilisateur :
>Arch.exe
[root@PC ~]# echo "%wheel ALL=(ALL) ALL" > /etc/sudoers.d/wheel
[root@PC ~]# useradd -m -G wheel -s /bin/bash anri
[root@PC ~]# passwd anri
[root@PC ~]# exit
>Arch.exe config --default-user anri
Commande pour lancer mon installation :
>Arch.exe
[anri@PC ~]# curl https://git.mylloon.fr/Anri/confOS/raw/branch/main/wsl.sh -s | bash
Arch
Procédure dans l'image ISO
Layout FR
loadkeys frConnexion en WiFi
Connexion au Wifi
Lancer l'utilitaire
iwctlRécupérer le nom de l'interface
[iwd]# device listSi l'interface est
wlan0, se connecter au wifi<SSID>:[iwd]# station wlan0 connect <SSID>
Gnome
Commande pour lancer mon installation :
curl https://git.mylloon.fr/Anri/confOS/raw/branch/main/arch-gnome.sh -s | bash
KDE
Commande pour lancer mon installation :
curl https://git.mylloon.fr/Anri/confOS/raw/branch/main/arch-kde.sh -s | bash
Android
Avec UAD, ma liste d'applications est uad_exported_selection.txt.
Ici un petit descriptif de quelques applications que je désactive qui sont mauvaises.
Termux
curl https://git.mylloon.fr/Anri/confOS/raw/branch/main/termux.sh -s | bash
Post install
Après avoir installé son PC, la configuration peut changer !
Lance make après avoir pull la dernière version de ce dépôt pour se synchroniser.
Plus d'info dans le Makefile.