新电脑配置

通用配置

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 = [email protected]
[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

设置

  • vscode中设置工作区隐藏文件或文件夹

  • vscode 调整行间距_guzhizang的博客-CSDN博客_vscode行距

  • VS Code无法实现“转到定义“?

Windows相关

g++编译

  • windows 安装cygwin教程_u011269801的专栏-CSDN博客_cygwin使用教程

你可能感兴趣的:(新电脑配置)