dotfiles/git/setup.sh
2020-12-08 14:14:20 +01:00

7 lines
180 B
Bash

# install git
sudo pacman -S git --noconfirm
# setup keyring
sudo pacman -S libsecret --noconfirm
git config --global credential.helper /usr/lib/git-core/git-credential-libsecret