Skip to content

Instantly share code, notes, and snippets.

@yangl
Last active December 14, 2018 06:28
Show Gist options
  • Save yangl/e0f5121bee03c106ad49fcb169cea4b3 to your computer and use it in GitHub Desktop.
Save yangl/e0f5121bee03c106ad49fcb169cea4b3 to your computer and use it in GitHub Desktop.

在deepin上要安装fonts-powerline字体库,不然agnoster主题乱码

sudo apt-get install fonts-powerline zsh

sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

vim ~/.zshrc

# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
# ZSH_THEME="af-magic"
# ZSH_THEME="random"
# ZSH_THEME="agnoster"
ZSH_THEME="rkj-repos"

plugins=(
  git
  mvn
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment