Compare commits

...

2 Commits

Author SHA1 Message Date
fe80046042 feat: add alias for winget in WSL2 environment
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 27s
Nix Format Check / check-format (push) Failing after 1m21s
Python Lint Check / check-python (push) Failing after 20s
2025-07-16 16:01:35 +02:00
a2a639ec56 feat: add safe directory configuration to gitconfig 2025-07-16 16:01:30 +02:00
5 changed files with 15 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ fi
# For microsoft-standard-WSL2 in uname -a
if [[ "$(uname -a)" == *"microsoft-standard-WSL2"* ]]; then
source $HOME/.agent-bridge.sh
alias winget='winget.exe'
fi
# Docker Compose Alias (Mostly for old shell scripts)

View File

@@ -36,3 +36,5 @@
helper =
helper = !/home/menno/.nix-profile/bin/gh auth git-credential
[safe]
directory = *

View File

@@ -8,4 +8,6 @@
[commit]
gpgsign = true
[safe]
directory = *

View File

@@ -5,14 +5,21 @@
[color]
ui = true
[push]
autoSetupRemote = true
[pull]
rebase = false
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[init]
defaultBranch = main
[safe]
directory = *

View File

@@ -36,3 +36,5 @@
helper =
helper = !/home/menno/.nix-profile/bin/gh auth git-credential
[safe]
directory = *