Remove fake python from win10 machines
This commit is contained in:
parent
72a23f0582
commit
41963c2593
@ -36,6 +36,10 @@ ln -sf $EWCONFIG_ROOT/configs/git/.gitconfig ~/.gitconfig
|
||||
ln -sf $EWCONFIG_ROOT/configs/sssh/allowed_signers ~/.ssh/allowed_signers || true
|
||||
ln -sf $EWCONFIG_ROOT/configs/git/.mailmap ~/.config/git/.mailmap
|
||||
|
||||
# Remove Microsoft's fake python executables
|
||||
rm $LOCALAPPDATA/Microsoft/WindowsApps/python.exe || true
|
||||
rm $LOCALAPPDATA/Microsoft/WindowsApps/python3.exe || true
|
||||
|
||||
# Copy the global mailmap file once
|
||||
if [ ! -f ~/.config/git/config-fragments/global-mailmap.gitconfig ]; then
|
||||
cp $EWCONFIG_ROOT/configs/git/config-fragments/global-mailmap.gitconfig ~/.config/git/config-fragments/global-mailmap.gitconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user