Linux bash 安装 powerline 电力线

前提

适用于没有 root 权限的场景,例如公司的编译服务器。

安装 oh-my-posh

mkdir -p ~/.local/bin
curl -s https://ohmyposh.dev/install.sh | bash -s -- -d ~/.local/bin

下载主题

mkdir ~/.ohmyposhthemes
wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/themes.zip -O ~/.ohmyposhthemes/themes.zip
unzip ~/.ohmyposhthemes/themes.zip -d ~/.ohmyposhthemes
chmod u+rw ~/.ohmyposhthemes/*.omp.*
rm ~/.ohmyposhthemes/themes.zip

修改环境变量

vim ~/.bashrc

追加下面两行:

PATH=/home/lichen/.local/bin:$PATH
eval "$(oh-my-posh init bash --config ~/.ohmyposhthemes/jandedobbeleer.omp.json)"

PATH 变量按照实际情况修改。

刷新 bash

exec bash

Linux bash 安装 powerline 电力线
https://leec.me/c3d58eb3efdb/
作者
Leec
发布于
2022年7月9日
更新于
2024年4月24日
许可协议