在Mac中使用iterm2打造新shell
通常,Mac家自带的东西都很6,但是却不够炫,,,
so...
折腾第三方的东西吧~~
你见过这个样子的shell不 ~~ 开始折腾吧~~骚年
首先下载iterm2,两种方式:自个儿百度/谷歌 iterm2,在官网上下载安装包 or 在homebrew下载,在termal里使用
brew cask install iterm2
而后,下载oh-my-zsh:
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
安装powerline:
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.
此时可切换iterm2的配色风格,
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
修改
相关推荐
十年砍柴 2020-08-30
伏雌摘星阁 2020-03-03
colin00 2020-01-02
gelove 2020-01-05
skyyws 2019-12-22
Sabrina 2019-12-17
Martnn 2019-11-09
chenaini 2019-11-02
skyyws 2019-09-06
skyyws 2019-09-05
88590191 2015-11-09
kanpiaoxue 2019-07-01
jingleisi 2019-06-30
skyyws 2019-06-30
shutFuckingup 2019-06-30
Dcatfly 2019-06-29
jingleisi 2019-06-28
Martnn 2019-06-28