-
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をインストールする。
②インストールしたubuntu bashを起動し、以下のコマンドを入力する
・install oh my zsh :
sudo apt-get install zsh
※cURLとはサーバーは通信ができるコマンドツールが、必須ではなさそう。
https://racoonlotty.tistory.com/105 参照(韓国語)
③To install oh-my-zsh go to bash terminal and use following command:
curlを利用して、oh-my-zshをインストールする
④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이다