-
Notifications
You must be signed in to change notification settings - Fork 1
13 lines (12 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
@(REM coding:CP866
SETLOCAL ENABLEEXTENSIONS
CALL "%~dp0update_Distributives_scripts.cmd" "d:\Distributives" "%~dp0Distributives"
ln --unroll --recursive --mirror "%USERPROFILE%\Documents\AutoHotkey\Lib" "%~dp0AutoHotkey\Lib"
@REM TODO: cipher /U /N /H ., and parse the output to skip encrypted files instead of hardcoding them here
rem -x --exclude
rem -X --excludedir
ln -X .mypy_cache -X .venv -X connect-asg-host -X helper_shortcuts -X Photo -X temp-backup-scripts -X software_update -X Soft_old -x Hotkeys_Custom.ahk -x Hotkeys_Custom.*.ahk -x *.lnk -x _Distributives.base_dirs.txt -x aws_s.cmd -x aws_t.cmd --unroll --recursive --mirror "%LOCALAPPDATA%\Scripts" "%~dp0misc"
ln --unroll --recursive --mirror "%LOCALAPPDATA%\Scripts\.vscode" "%~dp0misc\.vscode"
ln --excludedir old -x *.lnk -x "Copy photos from flash cards.destinations.txt" --unroll --recursive --mirror "%LOCALAPPDATA%\Scripts\Photo" "%~dp0Photo"
CALL "%~dp0update.finalize.cmd"
)