Configuration de mes différents OS
Find a file
2025-05-16 18:03:08 +02:00
.config icons 2025-05-16 13:58:38 +02:00
.emacs.d add emacs?? 2023-03-19 16:48:27 +01:00
.local/share Update konsole themes 2025-04-30 18:18:15 +02:00
.mozilla/firefox support specific desktop sync (kde,gnome) 2025-04-29 11:16:12 +02:00
.old * move all old script to a specific categorie 2022-09-30 20:27:14 +02:00
.unison add a save-error file and minted now is always the same 2025-03-12 20:36:11 +01:00
dotfiles update ref rebase 2025-03-28 17:21:33 +01:00
games/cs2 reduce max ping allowed 2025-05-16 15:36:42 +02:00
opentabletdriver otd linux install 2025-05-02 17:52:42 +02:00
pacman.d/hooks fix hook 2025-05-14 11:13:33 +02:00
themes Update discord theme to latest version 2024-04-17 01:55:32 +02:00
windows add dots 2025-05-02 22:05:31 +02:00
.gitignore don't always sync if not needed 2025-04-22 09:57:16 +02:00
49-nopasswd_global.rules disable password in polkit 2025-04-23 14:15:50 +02:00
arch-gnome.sh add hsr 2025-05-14 11:08:06 +02:00
arch-kde.sh switch back to vesktop 2025-05-14 11:26:38 +02:00
arch.sh fix clamav 2025-05-15 18:22:16 +02:00
LICENSE Add year and author 2023-02-15 16:00:16 +01:00
Makefile sync cs2 config on linux 2025-05-16 18:03:08 +02:00
meta.sh add typst formatter 2025-03-23 22:22:38 +01:00
README.md Update README.md 2025-04-29 11:53:44 +02:00
termux.sh wget changes 2024-10-06 21:19:47 +02:00
uad_exported_selection.txt Add android apps 2022-06-15 12:03:50 +02:00
W10Privacy.ini update to latest version 2024-02-10 03:16:45 +01:00
windows11-lite.bat support of opentabletdriver 2025-05-02 17:31:53 +02:00
windows11.bat support of opentabletdriver 2025-05-02 17:31:53 +02:00
wsl.sh add biber 2025-02-05 21:42:30 +01:00

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 -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 -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 fr
Connexion en WiFi

Connexion au Wifi

Lancer l'utilitaire

iwctl

Récupérer le nom de l'interface

[iwd]# device list

Si 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

Infos

  • Import/Export clef GPG :

    • Récuperer l'ID : gpg --list-secret-keys --keyid-format=long
    • Exporter clef publique : gpg --output public.gpg --armor --export {ID}
    • Exporter clef privée : gpg --export-secret-keys --armor {ID} > secret.asc
    • Importer clefs publiques : gpg --import public.gpg
    • Importer clefs privées : gpg --allow-secret-key-import --import secret.asc
    • Utiliser clef pour Git : git config --global user.signingkey {ID}

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.