From 6f61074a8588b735b7067042f4de786719cc23c2 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 30 Mar 2022 18:08:02 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20README=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..da6a8ca --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# Configuration des OS +## Windows +WIP + +## WSL +Commande pour lancer mon installation : +```bash +wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/wsl.sh -O tmp.sh && bash tmp.sh; rm tmp.sh +``` + +## Manjaro +Commande pour lancer mon installation : +```bash +wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/manjaro.sh -O tmp.sh && bash tmp.sh; rm tmp.sh +``` + +## [outdated] Ubuntu +Commande pour lancer mon installation : +```bash +wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/ubuntu.sh -O tmp.sh && bash tmp.sh; rm tmp.sh +``` + +--- +Détails concernant l'import/export de la clé GPG : +- Exporté clé publique : `gpg --output public.gpg --armor --export user@email` +- Exporté clé privé : `gpg --output private.gpg --armor --export-secret-key user@email` +- Importé clés publique : `gpg --import public.gpg` +- Importé clés privé : `gpg --allow-secret-key-import --import private.gpg` +- Récupérer numéro de clé (`sec`) : `gpg --list-secret-keys --keyid-format LONG user@email` (dans `sec rsa4096/30F2B65B9246B6CA 2017-08-18 [SC]` c'est `30F2B65B9246B6CA`) +- Utilisé clé pour git : `git config --global user.signingkey `