mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Merge branch 'master' of github.com:js0ny/dotfiles
This commit is contained in:
commit
123bbbe1c6
10 changed files with 61 additions and 672 deletions
|
|
@ -6,8 +6,6 @@ for /f "usebackq tokens=2*" %%a in (`reg query %regPath% /v AppsUseLightTheme ^|
|
|||
|
||||
if "%currentMode%"=="0x1" (
|
||||
reg add %regPath% /v AppsUseLightTheme /t REG_DWORD /d 0 /f >nul
|
||||
echo <20><><EFBFBD>л<EFBFBD><D0BB><EFBFBD><EFBFBD><EFBFBD>ɫģʽ
|
||||
) else (
|
||||
reg add %regPath% /v AppsUseLightTheme /t REG_DWORD /d 1 /f >nul
|
||||
echo <20><><EFBFBD>л<EFBFBD><D0BB><EFBFBD>dzɫģʽ
|
||||
)
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
# dnsTunneling=true
|
||||
# firewall=true
|
||||
# autoProxy=true
|
||||
guiApplications=true
|
||||
|
||||
[experimental]
|
||||
# requires dnsTunneling but are also OPTIONAL
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# Defines the interop commands between WSL and Windows
|
||||
|
||||
export FILE_EXPLORER="dopus.exe" # Directory Opus
|
||||
export FILE_EXPLORER="explorer.exe" # Directory Opus
|
||||
|
||||
alias clip="clip.exe"
|
||||
alias xclip="clip.exe"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue