From 3b8f6ef16470490137afa7a581c7e059bd03d0a6 Mon Sep 17 00:00:00 2001 From: Jika Date: Wed, 4 Feb 2026 18:05:31 +0100 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 1c0d86d..c126240 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,16 @@ For using the install script via ssh first put key (`ssh-keygen`) on gitea. See dotfiles [repo](htps://git.jika.li/Jika/dotfiles) +## Post install + +- Github user config + +```bash +git config --global user.name $NAME +git config --global user.email $EMAIL +``` + +- Rustup init +```bash +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +`` \ No newline at end of file