aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wsl/.local
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-10-06 18:50:03 -0500
committerToby Vincent <tobyv13@gmail.com>2022-10-06 18:50:03 -0500
commitdd491b2fcb8b57d052b206e8b69520b8e2830297 (patch)
tree04f2cf5aac40986ec4841ea0abb3f917c1fc71e7 /wsl/.local
parentb7ee74bf84115657e1ab6477d11b51498130a599 (diff)
fix(wsl): update git config location
Diffstat (limited to 'wsl/.local')
-rwxr-xr-xwsl/.local/bin/wsl-installer.sh2
1 files changed, 1 insertions, 1 deletions
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