1.Variety
这是一个自动更换壁纸的软件
sudo add-apt-repository ppa:peterlevi/ppa
sudo apt-get update
sudo apt-get install variety
订阅二次元图,在设置中添加如下链接
http://www.reddit.com/r/animewallpaper
2.Unity Tweak Tool
这是一个修改系统默认主题、风格什么的软件
sudo apt-get install unity-tweak-tool
3.Cmd Markdwon
全平台版本下载地址
http://pan.baidu.com/s/1qWyWMtA
tar -zxvf cmd_markdown_linux64.tar.gz
进入对应文件夹双击 Cmd Markdown 图标即可启动
然后在左侧的Launcher上锁定
4. oh-my-zsh
程序员或者说终端必备替代品,被池建强大神喻为终极Shell
附大神地址:http://macshuo.com/?p=676
首先安装 zsh,MAC OS自带zsh 但是 Ubuntu 默认没有这个软件
sudo apt-get install zsh
在安装之后要设置其为默认Shell,命令如下
chsh -s /bin/zsh
之后就要安装oh-my-zsh了
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh
喜欢安装源码的同学可以采用下面的:
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
修改一下设置显示绝对路径,方便使用
sudo vim ~/.oh-my-zsh/themes
找到下面这段代码:
PROMPT='%{$fg_bold[red]%}➜ %{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
把上面的这段代码改成下面的:
PROMPT='%{$fg_bold[red]%}➜ %{$fg_bold[green]%}%p%{$fg[cyan]%}%d %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%}% %{$reset_color%}>'
先写这几个,有空再写其他的。
使用Ubuntu 15.04基本知识一点通:http://www.linuxdiyf.com/linux/12231.html
安装完Ubuntu 15.04桌面后要做的15件事:http://www.linuxdiyf.com/linux/12458.html
ubuntu 15.04怎么安装QQ:http://www.linuxdiyf.com/linux/12969.html
ubuntu 15.04怎么安装搜狗输入法:http://www.linuxdiyf.com/linux/12960.html
在ubuntu 15.04下安装VMware Tools:http://www.linuxdiyf.com/linux/13056.html