centos7安装powerline

在安装powerline之前要确保已经安装了python环境,并且也已经安装了pip

1.安装powerline-status, https://powerline.readthedocs.io/en/latest/index.html

# --user方式更值佳
[root@vps8 download]# pip install --user git+git://github.com/powerline/powerline  

[root@vps8 download]# pip show powerline-status
Name: powerline-status
Version: 2.6
Summary: The ultimate statusline/prompt utility.
Home-page: https://github.com/powerline/powerline
Author: Kim Silkebaekken
Author-email: kim.silkebaekken+vim@gmail.com
License: MIT
# powerline的安装路径
Location: /root/.local/lib/python3.6/site-packages
Requires:

2.编辑当前用户工作目录中的.bashrc文件,在最后加上

export PATH="$HOME/.local/bin:$PATH"
export POWERLINE_COMMAND=powerline
export POWERLINE_CONFIG_COMMAND=powerline-config
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1  
# powerline-status的Location,通过pip show powerline-status得到的
. ~/.local/lib/python3.6/site-packages/powerline/bindings/bash/powerline.sh

就可以了,但是为什么不显示图标….

安装tmux
yum install  tmux -y

美化可以通过https://github.com/gpakosz/.tmux.git

$ cd
$ git clone https://github.com/gpakosz/.tmux.git
$ ln -s -f .tmux/.tmux.conf
$ cp .tmux/.tmux.conf.local .

本来这个说不需要安装powerline就可以有powerline的效果,只需要安装Powerline symbolsPowerline font就行了,但没有折腾成功…

于是安装了powerline…

~/.tmux.conf文件末尾加入

# powerline中的powerline.conf配置文件
# 也是通过pip show powerline-status得到路径的
source "/root/.local/lib/python3.6/site-packages/powerline/bindings/tmux/powerline.conf"

也就可以了,但是为什么不显示图标啊….

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐