KaitoMuraoka / Qiita-contents

Qiita記事とそのネタを管理するリポジトリ
1 stars 0 forks source link

Zshの設定のメモ #7

Closed KaitoMuraoka closed 7 months ago

KaitoMuraoka commented 1 year ago

タイピングしたコマンド

install HomeBrew

intall git

% brew install git

KaitoMuraoka commented 1 year ago

Oh my zsh

intall oh my zsh

https://ohmyz.sh/#install

KaitoMuraoka commented 1 year ago

install powerlevel10k

https://github.com/romkatv/powerlevel10k

クローンをしていくのだが、おそらくはgit clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k でおk

文字化けして困った時

とりあえず、 p10k configure を実行。フォントをインストールするか尋ねられるので、Yesを選択

KaitoMuraoka commented 1 year ago

記事を書く場合は、動画を参考にすること。これで導入できたから