入职环境配置

需要下载的软件

  1. Google

    1
    2
    3
    账号:linuxcodeguru@gmail.com

    密码:xjs13149420
  2. Git管理

  3. Clash Verge

    1
    订阅地址:https://xn--cp3a08l.com/api/v1/client/subscribe?token=d608b3e060cbad7d8ac8fee2daebbbad
  4. Wsl

    1
    wsl --import Ubuntu_22.04 D:\WSL\Ubuntu_22.04 D:\WSL\ubuntu__backup.tar
  5. Vscode

    1
    https://blog.csdn.net/weixin_43239880/article/details/129146513

    1767621793733

    • 1.下载文件图标插件

    1767621159365

    • 2.给Vscode加背景图片

      1767622122692

    1767622102857

    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
    }
  6. Typora

    https://blog.csdn.net/yijiaobani/article/details/122942517

  7. Notion