0%

107. zsh、vscode字体及主题配置

  1. 安装zsh及配置(运行下面命令行)

    1. sudo apt-get install zsh -y
    2. git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
    3. cp ~/.zshrc ~/.zshrc.backup
    4. cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
    5. chsh -s /bin/zsh
    6. reboot // 重启
    7. vim .zshrc
    8. 修改主题: ZSH_THEME="agnoster" // 苹果主题(或者 “ys”: 不错的主题),此时为乱码

      参考链接

  2. 安装 powerline 字体

    1. git clone https://github.com/powerline/fonts.git --depth=1
    2. cd fonts
    3. ./install.sh
    4. cd ..
    5. rm -rf fonts

      参考链接

  3. 修改 terminal 字体为: droid sans mono dotted for powerline regular

    参考链接

  4. vscode下zsh乱码

    1. cd /usr/share/fonts/truetype/
    2. sudo git clone https://github.com/abertsch/Menlo-for-Powerline.git
    3. sudo fc-cache -f -v
    4. 设置vscode中的字体为 Menlo for Powerline