打开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....
如果启动时会出现zsh-syntax-highlighting权限问题,运行下面的命令即可: compaudit|xargs chmod g-w,o-w 卸载oh_my_zsh的方法 uninstall_oh_my_zsh 从Windows 10 的 Bash 中运行 WSL 对于windows 10中WSL独立的默认Bash窗口,只能选择字体"DejaVu Sans Mono for Powerline",可以在界面上选择后使用。 开始菜单中...
sh -c"$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)" ✨自动建议 https://github.com/zsh-users/zsh-autosuggestions 安装 也可以使用Homebrew安装但在WSL上没必要 gitclonehttps://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions echo"source ~...
在[shell]下右键-新建项[zsh],其值为“open in ubuntu zsh terminal",此为右键菜单显示名称。 在[shell]下右键-新建-字符串值[Icon],双击编辑,其值为"C:\Program Files\WindowsApps\CanonicalGroupLimited.Ubuntu20.04onWindows_2004.2022.8.0_x64__79rhkp1fndgsc\ubuntu2004.exe"。此为菜单加图标 在[zsh]下...
Windows Terminal win10安装了ubuntu子系统和oh my zsh后,则可以通过/mnt/f/访问win10下的f盘,或者其他盘。也就有上面的pwd效果图。 安装vscode remote-wsl 插件 下载安装vscode,并且安装remote-wsl插件。 vscode remote-wsl 插件 安装oh my zsh 简述下oh my zshoh my zsh官网的安装方法。github ohmyzsh 安装...
我们已经在适用于 Linux 的 Windows 子系统 (WSL) 上安装了 Ubuntu 20.04。Bash 是默认的 shell 程序。通过使用不同的 shell 程序 ZSH,我们可以访问 Bash 不提供的许多功能。它提供美观的主题和强大的插件,可以提高您的工作效率。Oh-My-Zsh 让我们更容易处理 ZSH 配置。 这个视频将展示如何在 Windows PC (WSL...
wsl2 用来创建win10下的子虚拟机 安装WSL2和ubuntu虚拟机可以参考微软官方文档:在 Windows 10 上安装 WSL | Microsoft Docs,安装后先启动一下第一次会比较慢并且需要配置用户名和密码。 然后在微软自带的应用商店中找到WindowsTerminal并安装 在windowsTerminal中可以设置默认配置文件这样打开windowsTermin就是我们的子虚...
接着打开Shell设置,在Profile选择WSL/Ubantu,这样默认新建的窗口就是 WSL 了。 Oh My Zsh Oh My Zsh will not make you a 10x developer...but you may feel like one. 上面那句话来自Oh My Zsh README,意思是 “装逼是第一生产力”。(大雾
二、安装 WSL2 和 Windows Terminal 参考微软官方文档Windows Subsystem for Linux Installation Guide for Windows 10 很详细,不用再看其他文章了。 三、oh-my-zsh 进入wsl,安装zsh: sudo apt update sudo apt install zsh -y 安装oh-my-zsh:sh -c "$(curl -fsSL https://raw.githubusercontent.com/robby...
卸载oh_my_zsh的方法 uninstall_oh_my_zsh 从Windows 10 的 Bash 中运行 WSL 对于windows 10中 WSL 独立的默认Bash窗口,只能选择字体"DejaVu Sans Mono for Powerline",可以在界面上选择后使用。 开始菜单中搜索 bash 并打开, 右键 属性-> 字体,选字体"DejaVu Sans Mono for Powerline"。