Skip to content

Commit 8b742c7

Browse files
committed
feat(arch): set GNOME Keyring to handle Git credentials
Signed-off-by: chris1320 <chris1320is@protonmail.com>
1 parent 2e88755 commit 8b742c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Operating Systems/Arch Linux/Contents/Manual Customization.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,12 @@ systemctl enable --user gcr-ssh-agent.socket
414414
systemctl start --user gcr-ssh-agent.socket
415415
```
416416

417+
### Git
418+
419+
```bash
420+
git config --global credential.helper /usr/lib/git-core/git-credential-libsecret
421+
```
422+
417423
## Setting Up Waybar
418424

419425
Waybar is a status bar for Wayland compositors. We will use it to show basic information about our machine at the top of our screen. Install it and copy its configuration file to its designated location.

0 commit comments

Comments
 (0)