前段时间买了新电脑,装了很多学习用的软件,这里记下来方便后面查找 🔍
Chrome 浏览器
Cmder 控制台软件
安装后配置:
- 默认命令行改为 bash。设置 -> 通用 -> 选择你的启动任务或者带参数的shell -> {bash::bash}
Node.js
安装后配置:
- 使用淘宝源。
npm i -g nrm nrm ls nrm use taobao
yarn
7zip 解压软件
Everything 文件搜索
微信 PC 版
Snipaste 截图软件
VSCode 编辑器
安装后配置:
- 自动保存。设置 -> Auto Save: onFocusChange
- 汉化。扩展 -> 搜索 chinese
- 检查拼写。扩展 -> 搜索 Code Spell Checker
- git 操作。扩展 -> Git Easy
- 配合 Cmder。
快捷键:
找文件 ctrl + p
输命令 ctrl + shift + p
多位置输入 at + 单击
WebStorm 编辑器
安装后配置:
- 配合 Cmder。Setting -> Tools -> Terminal -> Shell Path -> 用 Everything 搜索
git-for-windows
,复制包含cmder\vendor\git-for-windows\bin\bash.exe
的路径。 - 配置 Git。Setting -> Version Control -> Git -> Path to Git executable -> 用 Everything 搜索
git-for-windows
,复制包含cmder\vendor\git-for-windows\bin\git.exe
的路径。