毕竟效果图

MAC终端神器iTerm2设置

进程

1. 下载iTerm2

官网下载地址
Mac体系默许运用dash作为终端,可以运用指令批改默许运用zsh:chsh -s /bin/zsh
假定想批改回默许dash,相同运用chsh指令即可:chsh -s /bGitin/bash

2. 设备Oh mHTTPy zsh

官方供给两种设备办法,可以任选一种
# curl 设备源码年代培训怎样样办法
sh -c "$(curlhttps和http的差异 -fsSL https://raw.githubusercgiteeontent.com/robbyrussell/oh-my-zsh/master/tgitlabools/install.sh)"
# wget 设备办法
sh -c "$(wget https://raw.githubusercontent.cpython123om/robbyrussell/python安装oh-my-zsh/master/tools/install.sh -O -)"

当运用以上两种办法都报错时,可测验以下办法手动设备:

# 下载 oh-my-zsh 源码
git clone giTermit://github.com/robbyrussell/oh-my-zsh.git ~iterminal下载/.oh源码之家-my-zsh
# 并且把 .zshrc 装备文件拷贝到根目录下
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zs源码年代培训怎样样hrc
# 让 .zshrc 装备文件收效
source ~源码之家/.zshrc

3. 设备PowerLine

运用指令 pip install powerline-status --user 设备
http 404设备进程中提示没有pip则运用sudo easy_installgithub永久回家地址 pip
假定指http 302令依然实施差错,可能是因为本机默许python2,此刻我们设备并默许运用python3,操作如下:

  • 设备homebrew。 /bin/zsh -c "$(curl -fsSL https://gitee.c源码ogiti轮胎m/cunpython123kai/HomebrewCN/raw/python基础教程masterpython基础教程/Hoiterm意思mebrew.sh)"
  • github中文官网网页新brew。 brew update
  • 设备python3。 brew inhttpwatchstall python
  • 检查pythiterm2 配色计划on3是否设python是什么意思备成功。 /usr/local/Cellar/目录下是否有python3最初源码本钱的文件夹,如有既是设备源码怎样做成app软件成功
  • 指定python3为默许环境。
# 下面Cellar后HTTP边的途径依据本身实践python版别批改
exp源码买卖网站源码ogiti轮胎rt PATH=${PATH}:/usr/local/Cellar/python@3.9/3.9.6/bin
alias python=/usr/local/iterm在线翻译Cellar/python@3.9/3.9.6/bin/python3
alias pip=/usr/local/Cellar/python@3.9/3.9.6/binhttpwatch/pip3

4. 设备PowerPythonFonts

设备字体库需求首先将项目git clone至本地,然后实施源码中http 404的install.sh。
在你习iterms气的方位新建一个文件夹,如:/Upython可以自学吗sers/dj/opensource

mkdir /Users/dpython基础教程j/opensource
cd /Users/dj/opensource
git clone https://github.com/powerline/fhttp 404onts.git --depth=1
cd fonts
./install.sh

设备好字体库之后,设置iTerm2的字体,具体的操作是iTerm2 ->iterms Preferences -&git命令gt; Profiles -> Text,在Font区域选中Chgiti轮胎ange Font,然后找到Meslo LG字体。

MAC终端神器iTerm2设置

5. 设备配色计划

cd /Userhttps和http的差异s/dj/opensource
git clone https://gitigithub.com/altercation/solarized
cd solarized/iterm2-colors-solarized/
open .

在翻开的finder窗口中,双击Solarized Dark.itermcolors和Solarized Light.itermcolors即可设备明暗两种配色。
再次进入iTerm2 -> Pref源码是什么意思erences -> Profiles -> Colors ->http 302 Color Presets中依据个人喜好选择这两种配色中的一种即可。

6. 设备主题

下载agnoster主题,实施脚本设备:

cd /Users/dj/opensource
git clone https://github.com/fcamblor/oh-my-zsh-agnosterhttps和http的差异-fcamblor.git
cd oh-my-zsh-agnoster-fcamblor/
./install

拷贝完成后,实施vim ~/.zshrc指令翻开zshrc装备文件,将ZSpython基础教程H_THEME后边的字段改为agnoster。

MAC终端神器iTerm2设置
实施 sogithub中文官网网页urce ~/.zshrc 使装备文件收效。

7. 设备高亮插件和指令补全插件

cd ~/.oh-my-zsh/custom/plugins/
#python爬虫 高亮插件
git clone https://github.com/zsh-users/zsh-syntax-highlightiiterm在线翻译ng.git
# 指令补全插件
git clone https://github.com/zsh-users/zsh-autosuggestions
vi ~/.zshrc

这时我们源码翻开zshrc文件进行修Git正。找到plugins,此刻plugins中应该已经有了gitlabgit,我们需求把高亮插件和指令补全插件也加上,高亮插件zsh-syntax-highlighting有必要放在毕竟一个,并且在文件的毕竟增加 source ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh,实施source ~/.zshrc使文件收效。

MAC终端神器iTerm2设置

8. 更python怎样读改背景图片

更换背景图片办法:iTerm2 -> Preferences -> Profiles -> Window -> BackGround Image勾选图片即可。

MAC终端神器iTerm2设置

参看文章

  • www.jianshu.cpython基础教程om/p/7de00c73a…
  • wwwpython基础教程.jianshhttp代理u.com/p/9c3439cc3…

因为依据参看文章在装备进程中有一些当地出现了小问题(如python版别不对导致Poweritermsline失利、因为网络问题设备Oh my zsh失利等),因而以本文记载本次装备进程