windows10上使用zsh 配置及相关问题

windows10上使用zsh 配置及相关问题

(1)设置开发者模式及相关配置:设置->更新与安全-> 开发者模式
(2)控制面板 -> 程序 -> 启动或关闭windows功能 -> ☑️ 适用于Linux的Windows子系统
(3)去微软Store下载 ubuntu

(4)通过cmd :bash 进入shell
(5)sudo apt-get install zsh 安装zsh
(6) chsh -s /bin/zsh
(7) sh -c “$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)” 安装 oh-my-zsh
(8) nano ~/.bashrc 在第一行 添加 bash -c zsh
然后 Ctrl + X保存 Shift+Y确认 回车 保存退出 Nano编辑器

(9)测试 关闭命令行窗口 重新打开 执行bash
如果提示:Zsh的一堆提示
执行:touch ~/.zshrc
(10)重新打开命令行窗口:通过wsl 或者 bash可进入 zsh 环境

(11) 解决wsl系统 与 windows系统 git status不一致问题
在当前项目下 执行 git config —global core.autocrlf true

(12)如果要使用 Windows Terminal (预览版)提示 “你已拥有此应用” 但不能按照 ,注意升级Windows系统 到支持的版本。(一键升级)

你可能感兴趣的:(互联网,开发,windows,zsh,bash,cmd,windows,terminal)