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?

Arch Linux上のzshにpowerlineを導入する

Last updated at Posted at 2024-11-28

Arch Linux上のzshにPowerlineを導入します

↓これ
スクリーンショット_2025-01-03_15-42-06.png

インストール

sudo pacman -S powerline powerline-fonts

Powerlineをzshで使用するために、~/.zshrcファイルに以下の設定を追加します。
(grml-zsh-configを使用している場合、prompt offが必要です)

prompt off
powerline-daemon -q
. /usr/share/powerline/bindings/zsh/powerline.zsh

ターミナルのフォントをSource Code Pro Midiumにしましょう。

おわり

これだけ!

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?