diff --git a/README.md b/README.md index 837d934..09c985a 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ - 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` - - Avoir le numéro de la clé (`sec`) : `gpg --list-secret-keys --keyid-format LONG user@email` (dans `sec rsa4096/30F2B65B9246B6CA 2017-08-18 [SC]` c'est `30F2B65B9246B6CA`) - - Utiliser cette clé pour Git : `git config --global user.signingkey ` + - Fetch key number (`sec`) : `gpg --list-secret-keys --keyid-format LONG user@email` (dans `sec rsa4096/30F2B65B9246B6CA 2017-08-18 [SC]` c'est `30F2B65B9246B6CA`) + - Use this key for Git : `git config --global user.signingkey ` -Run this command to use my configuration (feel free to custom it btw) +Run this command to use my configuration (feel free to custom it btw) : ```bash -wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installGlobalScript.sh -O tmp.sh && bash tmp.sh; rm tmp.sh +wget -q --show-progress https://git.kennel.ml/Anri/manjaroConfiguration/raw/branch/main/installation.sh -O tmp.sh && bash tmp.sh; rm tmp.sh ``` diff --git a/installation.sh b/installation.sh index 7f916cd..9af9b77 100644 --- a/installation.sh +++ b/installation.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # == Basic dev == -sudo pacman -S base-devel +sudo pacman -S base-devel --noconfirm # === Yay === sudo pacman -S yay --noconfirm