Oh-My-Zsh的配置與使用

什麼是Shell?

相對於內核來講,Shell是Linux/Unix的一個外殼,它負責外界與Linux內核的交互,接收用戶或其餘應用程序的命令,而後把這些命令轉化成內核能理解的語言,傳給內核,內核是真正幹活的,幹完以後再把結果返回用戶或應用程序。
簡單的說,shell就是那「黑乎乎」的命令行。php

Shell的分類

Linux/Unix提供了不少種Shell,不一樣的shell具有不一樣的功能,shell還決定了腳本中函數的語法,Linux中默認的shell是/bin/bash;css

想知道你的系統有幾種shell,能夠經過如下命令查看:node

cat /etc/shells

顯示以下:python

/bin/bash  
/bin/csh
/bin/ksh
/bin/sh
/bin/tcsh
/bin/zsh

bash這個是目前大多數Linux系統默認使用的shell,全名是BourneAgain Shell,一共有40個命令。包含的功能幾乎能夠涵蓋shell所具備的功能,因此通常的shell腳本都會指定它爲執行路徑。mysql

在 Linux 裏執行這個命令和 Mac 略有不一樣,你會發現 Mac 多了一個 zsh,也就是說 OS X 系統預裝了個 zsh,它是什麼呢?linux

zsh介紹

zsh 是一款功能強大的 shell 軟件,它能夠兼容 bash,而且提供了不少高效的改進。它是Linux裏最龐大的一種shell,它有84個內部命令,也提供了更爲強大的功能:laravel

  • 更好的自動補全
  • 更好的文件名展開
  • 豐富的插件
  • 強大的定製性

可是因爲配置過於複雜,通常狀況下,咱們不會使用該shell,直到「oh my zsh」的出現。git

zsh安裝

若是你用 Mac,就能夠直接看下一節,Mac默認已經安裝;
若是你用 Redhat Linux,執行:sudo yum install zsh;
若是你用 Ubuntu Linux,執行:sudo apt-get install zsh;github

oh my zsh

Oh My Zsh(http://ohmyz.sh/)是一款社區驅動的命令行工具,正如它的主頁上說的,Oh My Zsh 是一種生活方式。它基於zsh命令行,提供了主題配置,插件機制,已經內置的便捷操做。給咱們一種全新的方式使用命令行。golang

Oh My Zsh只是一個對zsh命令行環境的配置包裝框架,但它不提供命令行窗口,更不是一個獨立的APP。

安裝

官網推薦安裝方式:

Via curl:

$ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Via wget:

$ sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

切換系統shell:

$ chsh -s /bin/zsh

配置

zsh的配置文件存在當前用戶目錄中的.zshrc文件,若是你發現切換了shell以後,之前的配置的環境變量不生效了,能夠打開 .zshrc文件,找到:

# User configuration
 source ~/.bash_profile

指定配置的環境變量文件,以後運行:

source .zshrc

主題設置

在.zshrc文件中找到主題的配置項

# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="ys"

這裏能夠設置主題的名字,那麼這些主題的名字從哪裏找呢?
進入Oh My Zsh的配置目錄中:

ls /Users/用戶/.oh-my-zsh/themes

能夠看到內置了許多主題,根據主題文件的名字替換就能夠了;

3den.zsh-theme                essembeh.zsh-theme            junkfood.zsh-theme            rgm.zsh-theme
Soliah.zsh-theme              evan.zsh-theme                kafeitu.zsh-theme             risto.zsh-theme
adben.zsh-theme               example.zsh-theme             kardan.zsh-theme              rixius.zsh-theme
af-magic.zsh-theme            fino-time.zsh-theme           kennethreitz.zsh-theme        rkj-repos.zsh-theme
afowler.zsh-theme             fino.zsh-theme                kiwi.zsh-theme                rkj.zsh-theme
agnoster.zsh-theme            fishy.zsh-theme               kolo.zsh-theme                robbyrussell.zsh-theme
alanpeabody.zsh-theme         flazz.zsh-theme               kphoen.zsh-theme              sammy.zsh-theme
amuse.zsh-theme               fletcherm.zsh-theme           lambda.zsh-theme              simonoff.zsh-theme
apple.zsh-theme               fox.zsh-theme                 linuxonly.zsh-theme           simple.zsh-theme
arrow.zsh-theme               frisk.zsh-theme               lukerandall.zsh-theme         skaro.zsh-theme
....

或者咱們將主題設置爲隨機('random'),每次打開命令行窗口,都會隨機在默認主題中選擇一個,若是遇到你喜歡的主題,能夠輸入命令查看其名字:

$ echo $ZSH_THEME

插件開啓

Oh My Zsh 默認自帶了一些默認主題,存放在~/.oh-my-zsh/plugins目錄中。咱們能夠查看這些插件

$ ls ~/.oh-my-zsh/plugins

adb               brew         coffee             dirpersist      fastfile         gitignore                 httpie     last-working-dir  nanoc                  pod         rebar       sprunge        terminitor  vault              zeus
ant               brew-cask    colemak            django          fbterm           git-prompt                iwhois     lein              nmap                   postgres    redis-cli   ssh-agent      terraform   vim-interaction    zsh-navigation-tools
apache2-macports  bundler      colored-man-pages  dnf             fedora           git-remote-branch         jake-node  lighthouse        node                   pow         repo        stack          textastic   vi-mode            zsh_reload
archlinux         bwana        colorize           docker          forklift         glassfish                 jhbuild    lol               npm                    powder      rsync       sublime        textmate    virtualenv
asdf              cabal        command-not-found  docker-compose  frontend-search  gnu-utils                 jira       macports          nvm                    powify      ruby        sudo           thefuck     virtualenvwrapper
autoenv           cake         common-aliases     emacs           gas              go                        jruby      man               nyan                   profiles    rvm         supervisor     themes      vundle
autojump          cakephp3     compleat           ember-cli       geeknote         golang                    jsontools  marked2           osx                    pyenv       safe-paste  suse           thor        wakeonlan
autopep8          capistrano   composer           emoji           gem              gpg-agent                 jump       mercurial         pass                   pylint      sbt         svn            tmux        wd
aws               cask         copydir            emoji-clock     git              gradle                    kate       meteor            paver                  python      scala       svn-fast-info  tmux-cssh   web-search
battery           catimg       copyfile           emotty          git-extras       grails                    kitchen    mix               pep8                   rails       scd         symfony        tmuxinator  wp-cli
bbedit            celery       cp                 encode64        gitfast          grunt                     knife      mix-fast          per-directory-history  rake        screen      symfony2       torrent     xcode
bgnotify          chruby       cpanm              extract         git-flow         gulp                      knife_ssh  mosh              perl                   rake-fast   scw         systemadmin    tugboat     yii
boot2docker       chucknorris  debian             fabric          git-flow-avh     heroku                    laravel    mvn               phing                  rand-quote  sfffe       systemd        ubuntu      yii2
bower             cloudapp     dircycle           fancy-ctrl-z    github           history                   laravel4   mysql-macports    pip                    rbenv       singlechar  taskwarrior    urltools    yum
branch            codeclimate  dirhistory         fasd            git-hubflow      history-substring-search  laravel5   n98-magerun       pj                     rbfu        spring      terminalapp    vagrant     z

咱們打開.zshrc配置文件,定位到plugins

plugins=(
   git )

能夠看到默認只開啓了git插件,咱們能夠將要使用的插件的名字以空格相隔接在後面就能夠了,好比:

plugins=(
   git adb)

若是咱們要下載第三方的插件,只須要把插件下載存放到~/.oh-my-zsh/plugins中,而後在上面加上插件的名字便可;

推薦插件

zsh-autosuggestions

它是Oh-myszh的一個插件,做用基本上是根據歷史輸入指令的記錄即時的提示,可以很大的提升效率。

1.克隆到插件目錄:

git clone git://github.com/zsh-users/zsh-autosuggestions

2.修改配置文件.zshrc:

plugins=(git zsh-autosuggestions)

zsh-syntax-highlighting

這是一個命令高亮插件,輸入爲綠色時表示可用命令,路徑帶有下劃線時表示可用路徑

1.克隆到插件目錄:

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git

2.修改配置文件.zshrc:

plugins=(git zsh-syntax-highlighting)

最後別忘了讓配置生效

source .zshrc

引用:
終極 Shell.
利用Oh-My-Zsh打造你的超級終端

相關文章
相關標籤/搜索