Skip to content

Commit 945077d

Browse files
committed
♻ 备份.
1 parent 8e6752f commit 945077d

File tree

10 files changed

+57
-32
lines changed

10 files changed

+57
-32
lines changed

lists/dir-mystream.bak

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Adobe After Effects 2019
2+
Adobe Premiere 2020
3+
BattleNet
4+
Discord
5+
Epic
6+
Game
7+
libraryfolder.vdf
8+
Origin
9+
pcstory
10+
steam.dll
11+
steamapps
12+
Steamworks Shared
13+
Uplay
14+
WeGameApps
15+
��������4[steam]
16+
̩������[��Ѱ�]
17+
��Ϸ_����

lists/scoop-apps.bak

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Installed apps:
1414
dockercompletion 1.2010.0.201211 [apps]
1515
ecloud 6.3.7 [apps]
1616
edex-ui 2.2.7 [apps]
17-
epicgameslauncher nightly-20210312 [apps]
1817
etcher 1.5.121 [apps]
1918
fd 8.2.1 [main]
2019
ffmpeg 4.4-80 [main]
@@ -32,7 +31,6 @@ Installed apps:
3231
innounp 0.50 [main]
3332
iobitdriverbooster 8.7.0.529 [apps]
3433
latex 21.6 [main]
35-
ldplayer *failed*
3634
lessmsi 1.8.1 [main]
3735
mactype-np 2021.1-rc1 [apps]
3836
maven 3.8.2 [main]
@@ -45,7 +43,6 @@ Installed apps:
4543
octave 6.3.0 [apps]
4644
openjdk 16.0.2-7 [apps]
4745
openjdk8-redhat 8u302-b08 [apps]
48-
origin nightly-20210405 [apps]
4946
pandoc 2.14.1 [main]
5047
php 8.0.8 [main]
5148
posh-git 1.0.0 [apps]
@@ -65,13 +62,12 @@ Installed apps:
6562
TIM 3.3.0.21970 [apps]
6663
tomcat 10.0.10 [apps]
6764
tor-browser-zh-cn 10.5.2 [apps]
68-
ubisoftconnect nightly-20210312 [apps]
6965
utools 2.1.0 [apps]
7066
ventoy 1.0.50 [apps]
7167
VMware-unlocker 3.0.3 [apps]
7268
vmware-workstation-pro 16.1.0.17198959 [apps]
7369
vncviewer 6.21.406 [apps]
74-
vscode 1.60.1 [apps]
70+
vscode 1.60.2 [apps]
7571
wechat nightly-20210320 [apps]
7672
wget 1.21.1-1 [main]
7773
Windows10Manager 3.3.5 [apps]

lists/yarn-global.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ info "webpack@5.45.1" has binaries:
3131
- webpack
3232
info "webpack-cli@4.8.0" has binaries:
3333
- webpack-cli
34-
Done in 3.33s.
34+
Done in 2.11s.

local/utils.bat

Lines changed: 35 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,23 @@
33
@REM main入口
44
@REM ==================================================================
55
:circle
6-
echo ==================================================================
7-
echo "backup(1) | boot-starter(2) | devenv-starter(3) | exit(4)"
6+
echo =============================================================================
7+
echo "exit(0) | backup(1) | boot-starter(2) | devenv-starter(3) | bilibili-helper(4)"
8+
echo "dir(5)"
9+
810
@REM 注意下面不能写成这样: num = Please...
911
set /p num=Please input function num:
12+
echo =============================================================================
1013

11-
if %num%==1 (
12-
echo "==============================backup===================================="
13-
call :backup
14-
)
15-
if %num%==2 (
16-
echo "==============================boot-starter===================================="
17-
call :boot-starter
18-
)
19-
if %num%==3 (
20-
echo "==============================devenv-starter===================================="
21-
call :devenv-starter
22-
)
23-
if %num%==4 (
24-
exit
25-
)
14+
if %num%==0 exit
15+
if %num%==1 call :backup
16+
if %num%==2 call :boot-starter
17+
if %num%==3 call :devenv-starter
18+
if %num%==4 call :bilibili-helper
19+
if %num%==5 call :dir
2620

21+
pause
22+
cls
2723
@REM 自循环
2824
call :circle
2925
goto :eof
@@ -66,7 +62,6 @@ goto :eof
6662
@REM 备份ssh 目录后都必须加个'\' (比如.ssh有可能是目录,也可能是文件,而.ssh\只可能是目录)
6763
mkdir %BACKUP_DIR%\backup & cd %BACKUP_DIR%\backup
6864
xcopy %HOME_PATH%\.ssh\ .ssh\ /e/y/d
69-
xcopy C:\root\ root\ /e/y/d
7065

7166
@REM 备份lists
7267
mkdir %BACKUP_DIR%\lists & cd %BACKUP_DIR%\lists
@@ -75,6 +70,7 @@ goto :eof
7570
call yarn global list > yarn-global.bak
7671
call npm -g list > npm-global.bak
7772
call choco list -l > choco-list-local.bak
73+
call dir /b E:\mystream > dir-mystream.bak
7874

7975
@REM 备份其他
8076
mkdir %BACKUP_DIR%\others & cd %BACKUP_DIR%\others
@@ -122,3 +118,24 @@ goto :eof
122118
@REM 虚拟机
123119
start /b vmware
124120
goto :eof
121+
122+
123+
124+
@REM ==================================================================
125+
@REM Bilibili-helper
126+
@REM ==================================================================
127+
:bilibili-helper
128+
chcp 65001
129+
d:&& cd D:\Game\Github\Java\others\BILIBILI-HELPER-v2.0.9
130+
java -jar BILIBILI-HELPER.jar
131+
goto :eof
132+
133+
134+
135+
@REM ==================================================================
136+
@REM 批量获取文件名
137+
@REM ==================================================================
138+
:dir
139+
set /p path=Please input the path:
140+
DIR /B %path%
141+
goto :eof

others/.vscode/settings.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
"C_Cpp.errorSquiggles": "Enabled",
33
"files.associations": {
44
"stdlib.h": "c",
5-
"stdio.h": "c",
6-
"string.h": "c",
7-
"math.h": "c",
8-
"glut.h": "c",
9-
"windows.h": "c"
5+
"glut.h": "c"
106
},
117
"code-runner.executorMap": {
128
"c": "chcp 65001 && gcc *.c -o $fileNameWithoutExt -l glut32 -l glu32 -l opengl32 && ./$fileNameWithoutExt",

others/.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"${file}",
4242
"-o",
4343
"${fileDirname}\\${fileBasenameNoExtension}.exe",
44-
"-l", "glut32", // 使用glut
44+
"-l", "glut32",
4545
"-l", "glu32",
4646
"-l", "opengl32"
4747
],

tools/原文件名保存.txt

Whitespace-only changes.

tools/太极重命名14.0.exe

-1.64 MB
Binary file not shown.

tools/批量获取文件名.bat

Lines changed: 0 additions & 1 deletion
This file was deleted.

user-config/.config/scoop/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lastupdate": "2021-09-26T11:39:31.4450081+08:00",
2+
"lastupdate": "2021-10-02T17:20:25.3851853+08:00",
33
"SCOOP_REPO": "https://github.com/lukesampson/scoop",
44
"SCOOP_BRANCH": "master",
55
"aria2-enabled": true,

0 commit comments

Comments
 (0)