mac下安装powerline美化终端窗口
介绍
powerline是一款终端美化插件,可以用在bash,zsh,vim,tmux等等上,用于美化终端显示效果
安装
1.安装powerline,如果没有pip可以通过brew安装,这里不再多说
pip install powerline-status
2.查看powerline安装目录,Location显示即安装目录
pip show powerline-status
3.配置.bash_profile文件(mac 默认的配置文件)让终端每次启动的时候自动运行 Powerline 脚本,只需将下面的命令复制到你的 bash_profile 文件里就可以啦
. /Powerline安装路径/powerline/bindings/bash/powerline.sh
需要注意的是最开始的 ‘.’ 和 ‘/powerline/…’ 中间是以空格分开的。还有一点要注意的是你可能会在 .profile 或者 .bashrc 文件中配置 Powerline,但是却无法**它。这可能是因为你的电脑中同时也存在 .bash_profile 文件。Unix 终端会将 .bash_profile 文件作为默认配置文件而不是 .bashrc 或 .profile(我就中招了)
4.如果是bash打开.bash_profile增加上面脚本,如果是zsh则打开.zshrc
open ~/.bash_profile
or
open ~/.zshrc
说明
如果是bash下则增加
. /usr/local/lib/python2.7/site-packages/powerline/bindings/bash/powerline.sh
如果是zsh则增加
. /usr/local/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh
建议两个都加上
5.重新载入新配置
source .bash_profile
or
source .zshrc
6.安装powerline专有字体
6.1快速安装步骤
# 下载
git clone https://github.com/powerline/fonts.git
# 安装
cd fonts
./install.sh
# 删除安装包
cd ..
rm -rf fonts
6.2在终端安装字体
这里以iterm2为例,直接上图
上一篇: springMVC自定义属性编辑器
下一篇: 最受欢迎的健身软件推荐合集