diff --git a/README.md b/README.md index ac5f20a..baf8f74 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ MKLINK libcuda.so libcuda.so.1.1 MKLINK libcuda.so.1 libcuda.so.1.1 ``` -> Après faut peut-être redémarrer WSL et `sudo ldconfig`. +> Après il faut peut-être redémarrer WSL et `sudo ldconfig`. @@ -75,7 +75,7 @@ Commande pour lancer mon installation : > > nano /var/lib/iwd/.psk > > ``` > > -> > ### Connexion au WiFi +> > ### Connexion au Wifi > > > > ```bash > > iwctl station wlan0 connect @@ -91,7 +91,7 @@ Commande pour lancer mon installation : > curl -o run.sh -L lstu.fr/m_ai_r > ``` > -> ### Lancé la configration +> ### Lancé la configuration > > Rendre le script exécutable > @@ -127,7 +127,7 @@ d'applications est [uad_exported_selection.txt](./uad_exported_selection.txt). [Ici](https://git.mylloon.fr/Anri/cat/wiki/Debloat-MIUI) un petit descriptif de -quelques applications que je désactive qui sont mauvaise. +quelques applications que je désactive qui sont mauvaises. ### Termux @@ -171,22 +171,22 @@ curl https://git.mylloon.fr/Anri/confOS/raw/branch/main/.old/ubuntu_wsl.sh -s | - Import/Export clef GPG : - - Exporté clef publique : `gpg --output public.gpg --armor --export user@email` - - Exporté clef privé : `gpg --output private.gpg --armor --export-secret-key user@email` - - Importé clefs publique : `gpg --import public.gpg` - - Importé clefs privé : `gpg --allow-secret-key-import --import private.gpg` + - Exporter clef publique : `gpg --output public.gpg --armor --export user@email` + - Exporter clef privée : `gpg --output private.gpg --armor --export-secret-key user@email` + - Importer clefs publiques : `gpg --import public.gpg` + - Importer clefs privées : `gpg --allow-secret-key-import --import private.gpg` - Récupérer numéro de clef (`sec`) : `gpg --list-secret-keys --keyid-format LONG user@email` (dans `sec rsa4096/30F2B65B9246B6CA 2017-08-18 [SC]` c'est `30F2B65B9246B6CA`) - - Utilisé clef pour git : `git config --global user.signingkey ` + - Utiliser clef pour Git : `git config --global user.signingkey ` - Git : - `git config --global user.email "kennel.anri@tutanota.com"` - `git config --global user.name "Mylloon"` -# Post-install +# 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 synchronisé. +Lance `make` après avoir pull la dernière version de ce dépôt pour se synchroniser. > Plus d'info dans le [Makefile](./Makefile).