Personal configuration for Manjaro
This repository has been archived on 2022-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2022-03-25 11:57:08 +01:00
.config increase drawThickness 2022-02-17 15:01:35 +01:00
installation.sh abbr c for command 2022-03-25 11:57:08 +01:00
README.md ignore confirmation+end fork 2022-02-16 18:57:45 +01:00

Personal configuration for Manjaro

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
  • 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 <numéro de la clé>

Run this command to use my configuration (feel free to custom it btw) :

wget -q --show-progress https://git.kennel.ml/Anri/manjaroConfiguration/raw/branch/main/installation.sh -O tmp.sh && bash tmp.sh; rm tmp.sh