Install zsh on windows

Michael Minchang Kim·2021년 7월 29일
0

Windows Subsystem for Linux

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 szh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

https://towardsdatascience.com/the-ultimate-guide-to-your-terminal-makeover-e11f9b87ac99

profile
Soon to be the world's Best programmer ;)

1개의 댓글

comment-user-thumbnail
2024년 9월 19일

cool

답글 달기
Powered by GraphCDN, the GraphQL CDN