From dd491b2fcb8b57d052b206e8b69520b8e2830297 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Thu, 6 Oct 2022 18:50:03 -0500 Subject: fix(wsl): update git config location --- wsl/.local/bin/wsl-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wsl/.local/bin/wsl-installer.sh') diff --git a/wsl/.local/bin/wsl-installer.sh b/wsl/.local/bin/wsl-installer.sh index 3987612..0df5ede 100755 --- a/wsl/.local/bin/wsl-installer.sh +++ b/wsl/.local/bin/wsl-installer.sh @@ -20,7 +20,7 @@ sed -r 's|(RemoteForward\s+.+\s+)\/home\/tobyv\/\.gnupg\/S\.gpg-agent\.extra|\11 sed '/Control/d' >"${WINHOME}/.ssh/config" # Create windows symlinks to dotfiles -mkln.sh "$@" "$HOME"/.gitconfig "${WINHOME}"/.gitconfig +mkln.sh "$@" "$HOME"/.config/git/config "${WINHOME}"/.gitconfig mkln.sh "$@" "$HOME"/.gnupg/gpg.conf "${WINHOME}"/AppData/Roaming/gnupg/gpg.conf mkln.sh "$@" "$HOME"/.gnupg/gpg-agent.conf "${WINHOME}"/AppData/Roaming/gnupg/gpg-agent.conf mkln.sh "$@" "$HOME"/.gnupg/scdaemon.conf "${WINHOME}"/AppData/Roaming/gnupg/scdaemon.conf -- cgit v1.2.3-70-g09d2