Added windows environment variable setup

This commit is contained in:
2024-09-26 20:17:04 +09:00
parent 12a1e46f95
commit f6d3ab41bd
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
@ECHO OFF
set COMMAND="setx XDG_CONFIG_HOME """%USERPROFILE%\.config""""
runas /noprofile /user:%COMPUTERNAME%\%USERNAME% "cmd /k ""%COMMAND%"" && pause && exit"
+1
View File
@@ -0,0 +1 @@
setx XDG_CONFIG_HOME "$USERPROFILE\.config"