Ubuntu美化

主题

unity-tweak-tool

1
sudo apt-get install unity-tweak-tool

Flatabulous 主题

1
2
3
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install flatabulous-theme

配套的图标

1
2
3
sudo add-apt-repository ppa:noobslab/icons
sudo apt-get update
sudo apt-get install ultra-flat-icons

oh-my-zsh

1
2
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh
chsh -s zsh

问题错误

agnoster 主题不正常

  • 修改字体即可

  • 错误提示

1
2
zsh compinit: insecure directories, run compaudit for list.
Ignore insecure directories and continue [y] or abort compinit [n]?
  • 解决方法
1
2
3
4
5
6
7
8
9
10
compaudit
//会显示如下内容
There are insecure directories:
usr/local/share/zsh/site-functions
//
cd cd /usr/local/share/zsh
sudo chown -R root:root ./site-functions
cd /usr/local/share/
sudo chmod -R 755 zsh
sudo chown -R root:staff zsh

参考


本站由 VITAN 使用 Stellar 主题创建。
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。