Mac安装iTerm2

下载安装iTerm2

下载地址:https://iterm2.com/downloads.html

下载后的文件为zip文件,解压之后,双击运行,手动拖动或者点击move to applications目录下

配置iTerm2的主题

  1. 下载主题内容

    git clone https://github.com/altercation/solarized.git

  2. 对终端进行颜色主题配置

    1. 打开本地iTerm
    2. 通过快捷键command + ,,打开设置页面(如下):

点击Profiles => Colors => Color Presets => Import

  1. 引入下载好项目中对应主题:solarized => iterm2-colors-solarized => Solarized Dark.itermcolors
  2. 最后选择上图中第三步的Solarized Dark后,重新启动iTerm即可看到效果

配置On My Zsh

  1. 下载地址:https://github.com/ohmyzsh/ohmyzsh

  2. 对其进行一键安装

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

  3. 下载后终端内运行如下命令,目的为指定Iterm2设置为默认的sheel

    chsh -s /bin/zsh

  4. 配置zsh的主题内容,执行vim ~/.zshrc,将主题配置修改为ZSH_THEME="agnoster" 也可以去https://github.com/ohmyzsh/ohmyzsh/wiki/themes寻找对应的主题内容

安装iTerm2之后无法使用npm等

将上图中选中的内容,替换为下方代码:plugins=(git node nvm npm yarn) ,保存后退出;

再去执行source ~/.zshrc

相关推荐
Batac_蝠猫9 小时前
iOS - 引用计数(ARC)
macos·ios·xcode
@逆风微笑代码狗11 小时前
141.《mac m系列芯片安装mongodb详细教程》
数据库·mongodb·macos
mixboot11 小时前
macOS 安装 python3.11
macos·python3.11
单单一个越字11 小时前
Mac 安装psycopg2出错:Error:pg_config executable not found的解决
macos·psycopg2
꧁༺摩༒西༻꧂11 小时前
Mac修改文件权限
macos
杜莱13 小时前
Mac软件介绍之录屏软件Filmage Screen
macos·开源软件
小远披荆斩棘16 小时前
Mac中配置Node.js前端vscode环境(第二期)
前端·macos·node.js
嘟嘟实验室1 天前
FaceFusion3.1.1,deepfacelive模型使用教程,BUG修复,云端镜像支持
人工智能·python·macos·aigc·数字人·facefusion
Macle_Chen2 天前
Xcode 16.1: Warning: unable to build chain to self-signed root for signer
ide·macos·xcode
Run Out Of Brain2 天前
在macOS上安装MySQL
数据库·mysql·macos