Windows下shell神器

想找一个可以在Windows平台玩命令行的东西,不想装虚拟机搞linux,所以找到两个神器


如何升级Babun中的Git

  • Babun中默认已经集成Git,只是有可能不是最新的版本

  • 如果只是更新Babun中的版本,使用命令pact update git

  • 另外一种情况是,windows上已经安装了git,那么删除Babun中的,它根据环境变量中的配置使用windows上的

#删除Babun中的git
pact remove git
#安装Babun中的git
pact install git

修改Babun主题

  • 最好修改之前看下是否已经安装.oh-my-zsh,默认已经集成了,参考官方说明进行安装

  • 编辑 ~/.zshrc,将 ZSH_THEME 改为所修改主题的文件名

  • 图片已经丢失

IDEA中集成Babun

  • 图片已经丢失

Cmder中集成Babun

图片已经丢失

Task parameters

/icon "%userprofile%.babuncygwininmintty.exe" /dir "%userprofile%"

commands

%userprofile%.babuncygwininmintty.exe -o Transparency=0 /bin/env CHERE_INVOKING=1 /bin/zsh.exe

纯属无聊,研究的不深,有失误之处欢迎大家指出!

原文地址:https://www.cnblogs.com/coder163/p/8687811.html