0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

How to install Zsh on Windows

Last updated at Posted at 2020-04-09
  1. https://blog.joaograssi.com/windows-subsystem-for-linux-with-oh-my-zsh-conemu/
    https://evdokimovm.github.io/windows/zsh/shell/syntax/highlighting/ohmyzsh/hyper/terminal/2017/02/24/how-to-install-zsh-and-oh-my-zsh-on-windows-10.html
    を参照して作成しています。

3.Vimコマンド参照
https://opentutorials.org/course/730/4561

①Microsoft Storeを検索し、Ubuntu terminalをインストールする。

image.png

②インストールしたubuntu bashを起動し、以下のコマンドを入力する
・install oh my zsh :

sudo apt-get install zsh

※cURLとはサーバーは通信ができるコマンドツールが、必須ではなさそう。
https://racoonlotty.tistory.com/105 参照(韓国語)

image.png

uploading-0
image.png

③To install oh-my-zsh go to bash terminal and use following command:
curlを利用して、oh-my-zshをインストールする

uploading-0
image.png

④zsh/oh-my-zshを構成する
ubuntu bashのdefaultをzshに修正すること
以下のようにセットまたは、上の写真を参照すれば
Do you want to change your default shell to zsh? でYes をすることと同じこと

if test -t 1; then
exec zsh
fi


Install Git:

sudo apt-add-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git

맨날 까먹는거 캐롯은 ctrl이다

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?