[ubuntu]-install terminal theme
Posted tailiang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[ubuntu]-install terminal theme相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章
Macbook pro 13" Installs Ubuntu 18.04
Installing Node.js and Express on Ubuntu