Install zsh on windows
Windows Subsystem for Linux
open powershell as administrator
copy paste code
open ubuntu to install
download windows terminal from microsoft store
type in one of 2 too access .bashrc
make ubuntu default in the new windows terminal
install
git and ZSH
open powershell as administrator
copy paste code
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
download ubuntu from microsoft store (need to be logged into microsoft store)open ubuntu to install
download windows terminal from microsoft store
type in one of 2 too access .bashrc
code ~/.bashrc # vscode
vim ~/.bashrc # vim
https://fireship.io/lessons/windows-10-for-web-dev/ make ubuntu default in the new windows terminal
install
git and ZSH
sudo apt update
sudo apt install git zsh -y
install oh my szhsh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
https://towardsdatascience.com/the-ultimate-guide-to-your-terminal-makeover-e11f9b87ac99Reference
この問題について(Install zsh on windows), 我々は、より多くの情報をここで見つけました https://velog.io/@galbimandu/Install-zsh-on-windowsテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol