Windows下shell神器

想找一个能够在Windows平台玩命令行的东西,不想装虚拟机搞linux,因此找到两个神器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 改成所修改主题的文件名
  • mark

IDEA中集成Babun

  • mark

Cmder中集成Babun

  • mark
  • Task parameters
/icon "%userprofile%\.babun\cygwin\bin\mintty.exe" /dir "%userprofile%"
  • commands
%userprofile%\.babun\cygwin\bin\mintty.exe -o Transparency=0 /bin/env CHERE_INVOKING=1 /bin/zsh.exe

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

相关文章
相关标签/搜索