First, Unity-tweak-tool
1. Software Introduction
Tuning the Unity desktop environment, or the use of the Unity Tweak tool, is a very useful unity graphical management tool that modifies the number of workspaces, hot zones, and so on.
2. Installation
sudo Install
Second, flatabulous theme
sudo add-apt-repository ppa:noobslab/themessudo apt-get updatesudo Install Flatabulous-theme
After the installation is complete, open the Unity-tweak-tool software, enter the theme, and modify it to flatabulous.
Third, the terminal beautification
1, Installation zsh
sudo Install zsh
2, Next we need to download Oh-my-zsh project to help us configure zsh, with wget installation
wget https://Github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh-o-| s
3. Toggle Bash to Zsh
Chsh-s/usr/local/bin/zsh
4, finally, modify the following color, will make your terminal style looks more comfortable, in the terminal right click anywhere, into the profile (profiles), appearance configuration (Preferences), pop up the following interface, into the colors column:
Text and background with system theme, transparency set to 10%, the following palette style using Tango
5. Reference Configuration Blog: Https://zhuanlan.zhihu.com/p/19556676?columnSlug=mactalk
6. Theme Configuration: Https://github.com/robbyrussell/oh-my-zsh
(1) Choose the right theme
(2) Editing the configuration file ~/.ZSHRC
Zsh_theme= "Robbyrussell"
Ubuntu Beginner (12)--Theme beautification