为了有个直观的认识,我们来看一下设置命令行 prompt 特殊主题前后的对比: 设置 Vim statusline 主题前后对比: Powerline fonts Powerline 是一款 Vim...Powerline fonts 是一个字体集,本质是对一些现有的字体打 patch,把 powerline icon 字符添加到这些现有的字体里去,目前对 30 款编程字体打了 patch....Powerline fonts 默认对很多编程字体打了 patch(默认支持的所有字体参考这里,比如我个人比较喜欢的 Source Code Pro字体,Powerline fonts 对打过 patch...的字体做了重命名,后面都加上了 for Powerline 的后缀,比如 Source Code Pro 打完 patch 后名字改为了 Source Code Pro for Powerline。...到这里,我们可以这么理解 Powerline font,以 Source Code Pro for Powerline 为例: Source Code Pro for Powerline 字符集 = `
那么我们先拿状态栏来开刀吧,而刀就是强大酷炫的Powerline本尊了。 Powerline是什么? ...Powerline是个stateless status line,即可以配置到BASH,ZSH,VIM等上,而不像vim-powerline那样仅能用于vim....Powerline 4 BASH 安装好powerline后,就是配置.bashrc了。.../bash/powerline.sh"}') EOF Powerline 4 VIM 相对BASH,将Powerline配置到VIM会复杂一些。...import setup as powerline_setup python powerline_setup() python del powerline_setup if !
elif [ "$POWERLINE_RIGHT_A" = "date" ]; then POWERLINE_RIGHT_A="$POWERLINE_DATE_FORMAT" fi if [ "$...POWERLINE_HIDE_USER_NAME" = "" ] && [ "$POWERLINE_HIDE_HOST_NAME" = "" ]; then POWERLINE_USER_NAME...= "" ]; then POWERLINE_USER_NAME="%n" else POWERLINE_USER_NAME="λ" fi POWERLINE_CURRENT_PATH...} POWERLINE_SEC1_TXT=%F{white} fi fi PROMPT="$POWERLINE_SEC1_BG$POWERLINE_SEC1_TXT $POWERLINE_USER_NAME...="true" POWERLINE_GIT_CLEAN="✔" POWERLINE_GIT_DIRTY="✘" POWERLINE_GIT_ADDED="%F{green}✚%F{black}" POWERLINE_GIT_MODIFIED
安装 安装 powerline及字体 sudo pacman -S powerline sudo pacman -S powerline-fonts sudo pacman -S powerline-vim...配置 bashrc 配置(注意python版本),使用命令vim ~/.bashrc,并将以下内容加入文件中 # powerline powerline-daemon -q POWERLINE_BASH_CONTINUATION...=1 POWERLINE_BASH_SELECT=1 ..../usr/lib/python3.7/site-packages/powerline/bindings/bash/powerline.sh 应用: source ~/.bashrc 效果 ?...zsh和oh-my-zsh 虽然在bash下有了powerline这一主题,但是经过了解还有一个zsh支持更多的美化主题,特别是使用了oh-my-zsh插件后还有更多的功能,以下是安装及配置方法 安装
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" 安装所需字体Powerline...fonts # clone git clone https://github.com/powerline/fonts.git --depth=1 # install cd fonts ....注意: 这里一定要把半透明取消 否则很难看 配置iTerm2字体 任何以Powerline结束的字体均可 推荐使用Droid Sans Mono Dotted for Powerline...主题 要使用Powerline 主题 也要先进行上面的操作 安装 git clone git://github.com/jeremyFreeAgent/oh-my-zsh-powerline-theme...~/.ohmyzsh-powerline cd ~/.ohmyzsh-powerline .
安装powerline-font中的特定字体 从`github`仓库中下载字体"DejaVu Sans Mono for Powerline",并安装。...这里给出官方github的地址,但需要自己下载后找那个字体 powerline/fonts: Patched fonts for Powerline users. https://github.com...安装powerline-shell cd ~ mkdir src cd src git clone https://github.com/b-ryan/powerline-shell cd powerline-shell...先编辑文件 .zshrc vim ~/.zshrc 在末尾加入内容: function powerline_precmd() { PS1="(powerline-shell --shell..."powerline_precmd" ]; then return fi done precmd_functions+=(powerline_precmd) }
Oh-my-zsh主题乱码解决办法是安装 Powerline 字体。...打开终端,参考以下命令安装 Powerline 字体: cd ~/Downloads && git clone https://github.com/powerline/fonts.git #将 Powerline.../install.sh #安装所有 Powerline 字体 cd && rm -rf ~/Downloads/fonts #删除下载的字体文件 随后,我们终端偏好设置,在「描述文件 > 文本」中更改字体...,字体可以选择 DejaVu Sans Mono for Powerline 字体(逮虾户!)...Iterm2的设置路径是: [iTerm2] -> [Profiles] -> [Default] -> [Text] -> [Font] -> [DejaVu Sans Mono for Powerline
logo2x.jpg 更新日志 2018-05-20 Mac安装powerline 权限问题 一、前言 iTerm2是MAC下最好用的终端工具,并且还是免费的。...二、目录 下载安装iTerm 2 安装powerline 安装oh-my-zsh 安装字体库fonts 导入配色 主题设置 添加指令高亮效果zsh-syntax-highlighting 快捷键...问题解决 三、下载安装iTerm 2 GitHub 四、安装powerline //没有安装pip先安装pip sudo easy_install pip //之后安装powerline(这里可能会报错.../master/tools/install.sh | sh 六、安装字体库fonts //克隆字体库到本地 git clone https://github.com/powerline/fonts.git...Powerline fonts installed to /Users/WENBO/Library/Fonts 七、导入配色 首先到GitHub下载solarized git clone https:
需要用到的字体powerline,将 powerline 的字体也放到项目当中,方便大家直接导入字体。...下符号显示导常,箭头标志大小异常的问题 在我的项目中已经集成好字体,直接在项目中双点安装或自行下载安装 https://github.com/forfreeday/vim/tree/master/font/powerline-fonts...字线官方github git clone https://github.com/supermarin/powerline-fonts.git 安装 Menlo Regular for Powerline.otf...这个字体,在 iTerm2下显示为 Menlo for Powerline,的字体 图片 安装 on-my-zsh mac 自带zsh替换成on-my-zsh 安装后,对.zshrc配置文件进行配置
首先先下载电力线字体 https://github.com/powerline/fonts.git ? 自己整一下,网好就在线clone。 否则下载下来安装,都一样 ? 去官网下载安装一条龙~ ?...wget 安装方式 sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/insta 安装PowerLine...powerline官网:http://powerline.readthedocs.......安装powerline的方式依然简单,也只需要一条命令: pip install powerline-status --user 安装PowerFonts 安装字体库需要首先将项目git clone至本地...在此文件夹下执行git clone命令: # git clone git clone https://github.com/powerline/fonts.git --depth=1 # cd to folder
转到这个目录 cd /usr/share/fonts/truetype/ 下载我们的字体 sudo git clone https://github.com/abertsch/Menlo-for-Powerline.git...刷新字体 sudo fc-cache -f -v 回到 Vs Code的用户设置.json 中加入以下代码 "terminal.integrated.fontFamily": "Menlo for Powerline...", 或者 把以前的字删除 Menlo for Powerline 复制这个进去 重启VSCode就好了 但是这个还不是最好看的字体 git clone https://github.com/cstrap.../wp-upload/software/Fonts/Monaco_Linux.ttf https://gist.github.com/epegzz/1634235#file-monaco_linux-powerline-ttf...=> https://gist.github.com/epegzz/1634235/raw/4691e901750591f9cab0b4ae8b7c0731ebf28cce/Monaco_Linux-Powerline.ttf
安装PowerLine pip install powerline-status --user 安装PowerFonts # git clone git clone https://github.com.../powerline/fonts.git --depth=1 # cd to folder cd fonts # run install shell .
推荐的其他 PowerShell: ConEmu cmder - Console Emulator 而适用于 oh-my-posh 的字体推荐使用 PowerLine 字体,他们专门为 zsh 这样的体验而生...官方文档在这里 Overview — Powerline beta documentation。 ?...▲ 官方文档中的 PowerLine 字体截图 官方字体的下载链接:powerline/fonts: Patched fonts for Powerline users....官方字体的看图预览:fonts/All.md at master · powerline/fonts ---- 参考资料 powerline/fonts: Patched fonts for Powerline...Overview — Powerline beta documentation 本文会经常更新,请阅读原文: https://walterlv.com/post/beautify-powershell-like-zsh.html
/fonts: Patched fonts for Powerline users...▲ 基本能呈现 PowerLine 效果,但图标较少,可选的主题较少 对于 Nerd Fonts,去网站上挑选一款字体,点击“Download”下载、解压、右键全选安装即可,就像安装其他任何字体一样...对于 PowerLine Fonts,克隆仓库,找到 Install.ps1 文件并执行它即可安装。 这里,我选了 Nerd Fonts 系的 Fira Code NF 字体,直接安装。.../fonts: Patched fonts for Powerline users....Overview — Powerline beta documentation
agnoster 主题中含有特殊字符,需要安装 Powerline 字体支持才能正常显示。...打开终端,参考以下命令安装 Powerline 字体: cd ~/Downloads && git clone https://github.com/powerline/fonts.git #将...Powerline 字体文件下载到「下载」文件夹中 cd fonts && ....在弹出的窗口中选择一款 Powerline 字体(所有可选项请参考 Powerline 的 GitHub 页面),调整一下字体大小即可。...在这里我选择了 DejaVu Sans Mono for Powerline 字体,大小设置为 14 磅。
powerline 乱码问题:https://www.csslayer.info/wordpress/linux/vim-powerline/ fontforge安装: https://pypi.python.org.../pypi/ufo2otf/0.1.0b 在powerline有问题的时候参考的:http://blog.sina.com.cn/s/blog_54ff8d610101fw8v.html 3. git配置
- powerline - modern-time - mairan - bira - agnoster #2.更改主题我们需要直接编辑 .bashrc配置文件 vim ~/.bashrc # Lock.../powerline/raw/develop/font/PowerlineSymbols.otf # (浏览器需要进行中英文切换) https://github.com/abertsch/Menlo-for-Powerline.git...# clone git clone https://github.com/powerline/fonts.git --depth=1 # install cd fonts ..../install.sh Step2.下载指定的字体以及依赖,Liunx字体设置由于我们是从网页上显示,最好在客户端也进行安装字体 wget https://github.com/powerline/powerline.../powerline https://github.com/powerline/fonts https://powerline.readthedocs.io/en/latest/installation
/powerline/raw/develop/font/PowerlineSymbols.otf # (浏览器需要进行中英文切换) https://github.com/abertsch/Menlo-for-Powerline.git...clone https://github.com/powerline/fonts.git --depth=1 # install cd fonts ..../install.sh Step2.下载指定的字体以及依赖,Liunx字体设置由于我们是从网页上显示,最好在客户端也进行安装字体 wget https://github.com/powerline/powerline...WeiyiGeek.cloudStudio 参考: https://github.com/powerline/powerline https://github.com/powerline/fonts https...://powerline.readthedocs.io/en/latest/installation/linux.html#fonts-installation 字体下载 FiraCode Menlo-for-Powerline
chsh -s /bin/zsh 下载安装powerline字体 有些shell主题使用了特殊的powerline字体,可以显示一些特殊符号。为了正确显示这些特殊符号,最好安装powerline字体。...这里推荐安装Meslo-Nerd-Fonts,powerline字符比较全,同时也是powerline10k终端主题的推荐字体。...这样就完成了powerline字体的安装工作。 使用我的配置文件 如果大家觉得自己配置比较麻烦的话,还可以直接使用我的配置文件。...我的配置文件使用了powerline10k这个主题,并且按照我自己的喜好进行了配置。如果你直接打开的话,应该会看到一定程度的乱码字符,这是因为没有安装对应的字体的缘故。...powerline10k这个主题十分强大,而且还支持个性化定制,如果你觉得我设置的平行四边形提示符不好看,还可以运行p10k configure命令从头开始设置主题样式,可定制的选项非常多,提示符也可以换成方形
插件 状态栏增强展示 Bundle 'Lokaltog/vim-powerline' "安装NERD-tree Bundle 'The-NERD-tree' "Vundle配置必须 开启插件...filetype plugin indent on "vim有一个状态栏 加上powline则有两个状态栏 "设置powerline状态栏 set laststatus=2 set t_Co=256...6:卸载插件 使用vundle卸载插件也很简单,只需在.vimrc去掉绑定插件的命令及插件的配置(注释掉即可,以免以后会使用),假如需要卸载vim-powerline这个插件,首先在.vimrc中注释掉以下内容...Bundle 'Lokaltog/vim-powerline' "vim有一个状态栏 加上powline则有两个状态栏 set laststatus=2 set t_Co=256 let g:...Powline_symbols='fancy' 保存.vimrc文件,重新打开一个vim,在NORMAL模式下输入命令:BundleClean,打开/.vim/bundle已经看不到插件vim-powerline
领取专属 10元无门槛券
手把手带您无忧上云