commit 6f61074a8588b735b7067042f4de786719cc23c2 Author: Mylloon Date: Wed Mar 30 18:08:02 2022 +0200 Ajout README 🎉 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 `