iterm2
安装
安装iterm2
安装iterm2,官网下载安装即可
官网下载iterm2
配置代理
git、github(可参考git文章)、终端配置代理
终端配置代理
export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890
配置文件生效
安装oh-my-zsh
安装 p10k
安装插件
语法高亮、 自动补全
# 语法高亮
cd ~/.oh-my-zsh/custom/plugins/
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
# 自动补全
cd ~/.oh-my-zsh/custom/plugins/
git clone https://github.com/zsh-users/zsh-autosuggestions
退出iterm2
plugins=(
git
zsh-syntax-highlighting
zsh-autosuggestions
)
HIST_STAMPS="yyyy-mm-dd"
# 文末添加
source ~/.zshrc.pre-oh-my-zsh
安装autojump
打开 ~/.zshrc
加一行代码:
使用
开启sublime插件
plugins添加sublime
git-open
rm
trash代替rm,可以将删除的文件放入回收站
配置
p10k 配置
前提:配置好代理
问题大致如下:
- 这个符号看起来像钻石(旋转的正方形)吗?
- 这个符号看起来像锁吗?
- 这个符号看起来像 Debian logo 吗?
- 这些图标都交叉分布在 X 之间吗?
- 风格
- 编码
- 是否显示时间
- 目录层级分隔符
- 头部(左边)
- 尾部(右边)
- 是否换行
- 左边和右边是否有连接线
- 命令行和提示是否连接
- 两行命令之间分布稀疏还是松散
- 是否需要图标
字体
第一步会下载字体,如果失败记得配置代理
https://github.com/ryanoasis/nerd-fonts/releases
color
https://github.com/QuentinWatt/dark-flat-iterm-colors
https://gist.github.com/kevin-smets/8568070
0, 40, 51