From f22f8da68c0ff7e83f8d81f4f7e9e3cc54ffb161 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 12 Sep 2025 10:19:00 +0200 Subject: [PATCH] [Install] Add git-credential-manager --- install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install b/install index 83ee084..9718d16 100755 --- a/install +++ b/install @@ -62,7 +62,7 @@ echo " ==> Installing coding tools... " sleep 2 -yay -S --noconfirm --noremovemake docker vscodium kitty fish docker terminator bvi nodejs npm python-pip git-credential-manager-core-bin wine kate rustup cargo filezilla php jdk +yay -S --noconfirm --noremovemake docker vscodium kitty fish docker terminator bvi nodejs npm python-pip git-credential-manager-bin wine kate rustup cargo filezilla php jdk # nvim echo " @@ -130,6 +130,8 @@ xdg-mime default org.pwmt.zathura.desktop application/pdf sudo systemctl disable rustdesk hyprpm update +git-credential-manager configure + echo " ==> DONE!