新电脑配置

通用配置

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++编译

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容