入职环境配置
入职环境配置
John Doe需要下载的软件
Google
1
2
3账号:linuxcodeguru@gmail.com
密码:xjs13149420Git管理
Clash Verge
1
订阅地址:https://xn--cp3a08l.com/api/v1/client/subscribe?token=d608b3e060cbad7d8ac8fee2daebbbad
Wsl
1
wsl --import Ubuntu_22.04 D:\WSL\Ubuntu_22.04 D:\WSL\ubuntu__backup.tar
Vscode
1
https://blog.csdn.net/weixin_43239880/article/details/129146513
- 1.下载文件图标插件
2.给Vscode加背景图片
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48//Backgroud:Editor
"background.editor": {
"useFront": true,
"style": {
"background-position": "100% 100%",
"background-size": "auto",
"opacity": 0.01
},
"styles": [
{},
{},
{}
],
"images": [],
"interval": 0,
"random": false
},
//Backgroud:Fullscreen
"background.fullscreen": {
"images": ["file:///F:/ProjectDecument/imgeGirl.png"],
"opacity": 0.1,
"size": "cover",
"position": "center",
"interval": 0,
"random": false
},
//Backgroud:Panel
"background.panel": {
"images": [],
"opacity": 0.1,
"size": "cover",
"position": "center",
"interval": 0,
"random": false
}
//Backgroud:Sidebar
"background.sidebar": {
"images": [],
"opacity": 0.1,
"size": "cover",
"position": "center",
"interval": 0,
"random": false
}Typora
Notion






