Ubuntu zsh shell 一站式解決方案

#!/bin/bash

sudo apt-get install zsh python -y
sudo apt-get install python-pip -y
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
pip install powerline-status --user


git clone https://github.com/powerline/fonts.git --depth=1
./fonts/install.sh

git clone https://github.com/fcamblor/oh-my-zsh-agnoster-fcamblor.git
./oh-my-zsh-agnoster-fcamblor/install

chsh -s /bin/zsh
#將字體調整至Meslo LG S(配置文件首選項)
#背景圖片隨便找
#記得chmod a+x 該文件
#主題請至 ~/.zshrc 中的 ZSH-THEME處改成agnoster
相關文章
相關標籤/搜索