Ubuntu 15.04 折腾手记
生活随笔
收集整理的這篇文章主要介紹了
Ubuntu 15.04 折腾手记
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
1.Variety
這是一個(gè)自動(dòng)更換壁紙的軟件
sudo add-apt-repository ppa:peterlevi/ppa sudo apt-get update sudo apt-get install variety訂閱二次元圖,在設(shè)置中添加如下鏈接
http://www.reddit.com/r/animewallpaper
2.Unity Tweak Tool
這是一個(gè)修改系統(tǒng)默認(rèn)主題、風(fēng)格什么的軟件
sudo apt-get install unity-tweak-tool3.Cmd Markdwon
全平臺(tái)版本下載地址
http://pan.baidu.com/s/1qWyWMtA
tar -zxvf cmd_markdown_linux64.tar.gz
進(jìn)入對(duì)應(yīng)文件夾雙擊 Cmd Markdown 圖標(biāo)即可啟動(dòng)
然后在左側(cè)的Launcher上鎖定
4. oh-my-zsh
程序員或者說(shuō)終端必備替代品,被池建強(qiáng)大神喻為終極Shell
附大神地址:http://macshuo.com/?p=676
首先安裝 zsh,MAC OS自帶zsh 但是 Ubuntu 默認(rèn)沒(méi)有這個(gè)軟件
sudo apt-get install zsh在安裝之后要設(shè)置其為默認(rèn)Shell,命令如下
chsh -s /bin/zsh之后就要安裝oh-my-zsh了
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh喜歡安裝源碼的同學(xué)可以采用下面的:
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zshcp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc修改一下設(shè)置顯示絕對(duì)路徑,方便使用
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%}>'先寫這幾個(gè),有空再寫其他的
總結(jié)
以上是生活随笔為你收集整理的Ubuntu 15.04 折腾手记的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: SI9000详细阻抗设计
- 下一篇: Win7和Ubuntu14.10双系统