码迷,mamicode.com
首页 > 系统相关 > 详细

[ubuntu]-install terminal theme

时间:2019-10-02 01:11:42      阅读:91      评论:0      收藏:0      [点我收藏+]

标签:share   local   class   mes   font   line   powerline   master   shell   

sudo apt install zsh

sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
sudo vim .bashrc
# on the top of the file
exec zsh


git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
sudo vim  ~/.zshrc
ZSH_THEME="powerlevel9k/powerlevel9k"

install fonts to show symbol

wget https://github.com/powerline/powerline/raw/develop/font/PowerlineSymbols.otf
wget https://github.com/powerline/powerline/raw/develop/font/10-powerline-symbols.conf
cd ~/.local/share
mkdir fonts
mv PowerlineSymbols.otf ~/.local/share/fonts/
fc-cache -vf ~/.local/share/fonts/
cd ~/.config
mkdir fontconfig
cd fontconfig
mkdir conf.d
mv 10-powerline-symbols.conf ~/.config/fontconfig/conf.d/

[ubuntu]-install terminal theme

标签:share   local   class   mes   font   line   powerline   master   shell   

原文地址:https://www.cnblogs.com/tailiang/p/11616408.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!