一般,Mac家自帶的東西都很6,可是卻不夠炫,,,git
so...github
折騰第三方的東西吧~~shell
你見過這個樣子的shell不 ~~ 開始折騰吧~~騷年curl
首先下載iterm2,兩種方式:自個兒百度/谷歌 iterm2,在官網上下載安裝包 or 在homebrew下載,在termal裏使用 字體
brew cask install iterm2
然後,下載oh-my-zsh:url
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
安裝powerline:spa
pip install powerline-status
安裝melso字體,上GitHub(https://github.com/powerline/fonts/blob/master/Meslo%20Slashed/Meslo%20LG%20M%20Regular%20for%20Powerline.ttf),點擊raw便可自動下載,然後點擊下載好的文件,並安裝便可。插件
並在iterm2的界面中修改字體,具體以下,打開iterm2,command + , 組合鍵打開偏好,選擇profile,在font中選擇所有字體,再選擇Melso LG 便可;另,根據喜愛選擇透明度,即在profile--window--transparency中拖動進度條,並勾選keep background color opaque.code
此時可切換iterm2的配色風格,blog
vi ~/.zshrc
將ZSH_THEME字段的值改成agnoster
而後就搞定了~~
以後是使用功能~~~:
下載字體高亮插件:
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
以及自動補全插件:
git clone https://github.com/zsh-users/zsh-autosuggestions.git
並將兩者加入到 ~/.zshrc中,
vi ~/.zshrc
修改