From 7b86a7007145f90a26e892c640f884c2cef79d0e Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 12 Jan 2026 14:37:00 +0100 Subject: [PATCH] Delete Microsoft tool configurations. I no longer use vcpkg, and don't intend to for some time. --- .profile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.profile b/.profile index de275f8..6d64355 100644 --- a/.profile +++ b/.profile @@ -23,12 +23,6 @@ fi # coloured GCC warnings and errors export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' -# Microsoft bullshit -export DOTNET_CLI_TELEMETRY_OPTOUT=1 -export VCPKG_DISABLE_METRICS=1 -export VCPKG_ROOT="$XDG_DATA_HOME/vcpkg" -export PATH="$PATH:$VCPKG_ROOT" - # if executing interactively # execute .bashrc in the current login context case $- in