Open district10 opened 8 years ago
Git Bash for windows 是必装的,参考我的博客:Git、GitHub 和 Windows#下载 Git for Windows 。
ConEmu 也是必须的,比起 XShell(我没用过),它不要钱而且 portable,还提供 x86 和 amd64 两个版本,总共才 2 MB 多点的样子。
首先,在 Settings -- Startup -- Tasks 里新建一个 task:
"%ProgramFiles%\Git\bin\sh.exe" --login -i -new_console:d:D:\tzx\git
这样就可以随时用 git bash 打开自己的 git 根目录。然后 cd blog 去写博客,cd notes 去写笔记。
cd blog
cd notes
然后,就当成一个支持 tab 功能的 git bash 把。
外,总结一下自己使用过程中发现的 pros and cons:
Always on top
TODO:如何在 Explorer 里添加 ContextMenu 选项,使得能够在这个文件夹啊打开 ConEmu? 自己的笔记本上用 exe 安装包安装,而不是那个 portable 的版本。
吐槽: “最简单的方法: 菜单里选择New console...,然后在对话框里面输入程序名称即可,注意这里不仅仅可以输入cmd/powershell/vim/far这些console程序,你输入putty甚至notepad,都是可以的!”,我实在不知道这到底哪里牛逼了……不就是加个 %PATH% 的事情么?!
Git Bash
Git Bash for windows 是必装的,参考我的博客:Git、GitHub 和 Windows#下载 Git for Windows 。
ConEmu
ConEmu 也是必须的,比起 XShell(我没用过),它不要钱而且 portable,还提供 x86 和 amd64 两个版本,总共才 2 MB 多点的样子。
首先,在 Settings -- Startup -- Tasks 里新建一个 task:
这样就可以随时用 git bash 打开自己的 git 根目录。然后
cd blog
去写博客,cd notes
去写笔记。然后,就当成一个支持 tab 功能的 git bash 把。
外,总结一下自己使用过程中发现的 pros and cons:
Always on top
TODO:如何在 Explorer 里添加 ContextMenu 选项,使得能够在这个文件夹啊打开 ConEmu?自己的笔记本上用 exe 安装包安装,而不是那个 portable 的版本。