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 1 year has passed since last update.

iterm2かっこいい画面にしたい

Posted at

新しくPCを購入したのでせっかくだからターミナルの画面をカッコよくしたいと思い環境構築をしました。

今回作りたい画面

スクリーンショット 2023-05-27 14.38.54.png

iterm2

powerlevel10k

oh my zsh

手順

oh-my-zshをインストールする。

リポジトリをclone
% git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k

zshrcに設定書き込み 
% echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc

zshrcファイルに直接記述する場合

% vim ~/.zshrc

~/.zshrcにsource ~/powerlevel10k/powerlevel10k.zsh-themeを記述
保存したら~/.zshrc

あとは、画面に従って設定していく。

ミスった時の再設定

  1. oh-my-zshを削除
sudo rm -r /Users/ユーザ名/.oh-my-zsh
  1. powerlevel10kを削除
  2. 再度インストール

その他の環境設定については
ブログの方に書かせていただきます。

更新次第、リンクを貼ります、

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?