美文网首页
新电脑配置

新电脑配置

作者: 翻开日记 | 来源:发表于2021-05-14 10:27 被阅读0次

通用配置

Git

  • 新建快捷键
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
cat ~/.gitconfig

  • 显示内容
[user]
        name = weixianwei
        email = xianwei.wei@amh-group.com
[alias]
        lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
        ss = status
        br = branch
        co = checkout

VScode

通用插件

  • Chinese

  • GitLens

  • Git History

  • Remote-SSH

  • Remote-WSL

  • Material Theme

Python插件

  • Python

  • Python Docstring Gnerator

  • Python Snippets

  • Code Runner

  • Kite AutoComplete AI Code

设置

Windows相关

g++编译

相关文章

  • 新电脑配置

    通用配置 Git 新建快捷键 显示内容 VScode 通用插件 Chinese GitLens Git Histo...

  • 配置新电脑coding

    前言 工作要换电脑, 记录下 coding java: idea(config:setting), jdkpyth...

  • 新电脑环境配置

    说明:个人偏好使用mac电脑(优点好多) 1.浏览器 2.终端 3.编辑器 4.其它 1.浏览器 谷歌浏览器。插件...

  • 新电脑环境配置

    Java: jdk下载、安装、环境变量配置 https://www.runoob.com/java/java-en...

  • 新电脑基本配置

    最近双十一把之前用了六七年的老电脑终于淘汰了, 使用了新买的 window10 64位的电脑, 新电脑到手, 又需...

  • 新电脑配置git环境

    1. 下载git并安装 2. 选择要clone的文件夹,进入文件夹之后 右键,选择git bash 3. 配置gi...

  • 新电脑配置小问题

    1. 耳机插入前机孔,没声音。 打开控制面板,打开Realtek高清晰音频管理器,右下角有个扳手设置键,禁用前面板...

  • Mac新电脑环境配置

    1、cocoapods安装: https://www.jianshu.com/p/f43b5964f582[htt...

  • 新电脑配置git环境

    大部分iOS项目都需要依赖pod管理第三方库, 第三方库又分为公有库和私有库,私有库所在的git服务器(比如gi...

  • 【深入浅出Linux】Vmware安装linux的流程和步骤(C

    之前电脑陪着我工作了好几年了,最近电脑更新换代太快,我之前的旧电脑配置太低,于是换了台新电脑,新电脑平时在家用,之...

网友评论

      本文标题:新电脑配置

      本文链接:https://www.haomeiwen.com/subject/aqxqjltx.html