Ubuntu 15.04 折腾手记
生活随笔
收集整理的這篇文章主要介紹了
Ubuntu 15.04 折腾手记
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
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-tool3.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-zshcp ~/.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 折腾手记的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: SI9000详细阻抗设计
- 下一篇: SI9000差分阻抗计算示例