每次打开 Windows Terminal 默认使用的是 Windows PowerShell,要改为默认使用 Git Bash,在设置里面进行设置即可。在更多选项中点击设置,或者右键标题栏空白处再点击设置,设置 Git Bash 为默认终端。 安装Oh My Zsh 在安装好 Zsh 终端之后,看起来跟 Bash 终端并无太大的区别,我们也没有进行设置。而 Oh My Zsh ...
syntax-highlighting:日常用的命令会高亮显示,命令错误显示红色。 # 下载插件,如果网络不行可以在gitee上搜索项目替换地址git clone git://github.com/joelthelion/autojump.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/autojumpgit clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugin...
修改Windows Terminal默认打开的终端为Ubuntu-20.04 找到ubuntu20.04的guid并替换到defaultProfile 替换后,保存文件 在桌面右键,直接在当前路径,通过Linux环境打开,并直接运行Linux命令 如果右键菜单没有 Open With 通过zsh和oh-my-zsh优化终端使用体验 并在ubuntu20.04中完成zsh和oh-my-zsh的安装 代码语言:javascript 复制...
wget https://pd.zwc365.com/https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh# 设置远端地址为github镜像地址Export REMOTE=https://hub.fastgit.org/ohmyzsh/ohmyzsh.git sh install.sh 安装starship sh -c"$(curl -fsSL https://pd.zwc365.com/https://starship.rs/instal...
最后,用 VIM 编辑~/.bashrc文件,在其最后加入zsh,表示终端打开默认执行 zsh。 参考链接 [1]. Windows Terminal完整指南 [2]. Windows 10更新失败在百分99处卡住的处理方法 [3]. Install Terminal + git-bash + zsh + oh-my-zsh on Windows 10
wget https://pd.zwc365.com/https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh # 设置远端地址为github镜像地址 Export REMOTE=https://hub.fastgit.org/ohmyzsh/ohmyzsh.git sh install.sh 安装starship sh -c "$(curl -fsSL https://pd.zwc365.com/https://starship.rs/...
打开windows Terminal 终端 进行设置 Ubuntu 20.04 安装oh-my-zsh 安装Zsh、curl、wget、git、vim sudo apt install zsh curl wget git vim -y 安装oh my zsh 通过在github上的脚本安装 sh -c "$(curl -fsSL [<https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh>](<https://raw...
$ sh -c"$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 2.配置 Windows 11 右键菜单做了折叠,手动修改注册表增加的右键菜单项,需要多点击一次“Show more options”项,比较麻烦。 我们可以尝试修改默认菜单中的 Terminal,添加 msys2 并设置为默认。
oh-my-zsh 的漂亮界面 方案一:WSL(Ubuntu) + Windows Terminal 在新的windows系统下,用户可以在windows中安装linux环境了!! windows terminal + zsh 最终显示 1. 首先我们需要开启WSL的许可: 使用管理员身份运行powershell 2. 输入以下命令: Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Sub...
本文旨在快速让你进行美化,少踩一些坑,原文出自我的博客:prettier-windows-terminal-with-oh-my-posh 为了同 iterm2 下的 oh-my-zsh 保持基本一致,博主用的是 aliens 主题+一些自定义配置调整,最终效果如下,你也可以根据自己需要进行细调 如果你闲麻烦,或者想跟我用一样的,文末会给出主题配置,直接拿去用即可。