CentOS 7.3安装配置Powerline

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 7.3安装配置Powerline相关的知识,希望对你有一定的参考价值。

一、Powerline简介及演示环境:

Powerline是一个极棒的Vim编辑器的状态栏插件,主要用于显示状态行和提示信息。

特点:

  • 使用Python编写,使其更具扩展性且功能丰富

  • 稳定易测的代码库,兼容Python 2.6+Python 3

  • 支持多种Linux功能及工具的提示和状态栏

  • 通过JSON保存配置和颜色方案

  • 快速、轻量级,具有后台守护进程支持,提供更佳的性能

GitHubhttps://github.com/powerline/powerline

Docshttps://powerline.readthedocs.io/en/latest/

演示环境:

系统:CentOS Linux release 7.3.1611 (Core)

Python版本:系统自带的2.7.5

Bash版本:系统自带的4.2.46(1)-release(x86_64-redhat-linux-gnu)

备注:在CentOS 6.9环境中,自带Bash版本为4.1.2Python版本无论为2.6.62.7.x还是3.6.x都会出现如下错误提示

技术分享

 

二、安装依赖软件包:

# yum -y install epel-release git python-pip wget

# pip -V  -->  pip 8.1.2 from/usr/lib/python2.7/site-packages (python 2.7)

 

三、安装Powerline

# pip install git+git://github.com/powerline/powerline

技术分享


四、安装Powerline字体:

# wget https://github.com/powerline/powerline/raw/develop/font/PowerlineSymbols.otf

# wget https://github.com/powerline/powerline/raw/develop/font/10-powerline-symbols.conf

# mv PowerlineSymbols.otf /usr/share/fonts/

# fc-cache -vf /usr/share/fonts/            //更新系统的字体缓存

# mv 10-powerline-symbols.conf /etc/fonts/conf.d/

 

五、在Bash中启用Powerline

# pip show powerline-status     //获取Powerline的安装位置

技术分享

# find / -name powerline.sh -->  /usr/lib/python2.7/site-packages/powerline/bindings/bash/powerline.sh

# vim /etc/profile.d/powerline.sh

powerline-daemon -q

POWERLINE_BASH_CONTINUATION=1

POWERLINE_BASH_SELECT=1

. /usr/lib/python2.7/site-packages/powerline/bindings/bash/powerline.sh

# . /etc/profile.d/powerline.sh

技术分享


六、在Vim中启用Powerline

# find / -name vim --> /usr/lib/python2.7/site-packages/powerline/bindings/vim

新建文件/root/.vimrc,添加如下代码至文件/root/.vimrc

# vim /root/.vimrc

set rtp+=/usr/lib/python2.7/site-packages/powerline/bindings/vim

set laststatus=2

set t_Co=256

# . /root/.vimrc

技术分享

技术分享


本文出自 “天道酬勤” 博客,请务必保留此出处http://qiuyue.blog.51cto.com/1246073/1946345

以上是关于CentOS 7.3安装配置Powerline的主要内容,如果未能解决你的问题,请参考以下文章

Centos-7.3配置PXE+kickstart无人值守安装

centos 7.3 配置Tomcat

centos 7.3 安装配置python3.6.1

Centos 7.3下 Linux For SQL Server安装及配置介绍

CentOS 7.3 练习环境的安装搭建。

CentOS 7.3 安装配置Samba服务器