centos7安装powerline
centos7安装powerline在安装powerline之前要确保已经安装了python环境,并且也已经安装了pip1.安装powerline-status,https://powerline.readthedocs.io/en/latest/index.html# --user方式更值佳[root@vps8 download]# pip install --user g...
·
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 symbols
和Powerline font
就行了,但没有折腾成功…
于是安装了powerline…
在~/.tmux.conf
文件末尾加入
# powerline中的powerline.conf配置文件
# 也是通过pip show powerline-status得到路径的
source "/root/.local/lib/python3.6/site-packages/powerline/bindings/tmux/powerline.conf"
也就可以了,但是为什么不显示图标啊….
更多推荐
已为社区贡献13条内容
所有评论(0)