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

相关推荐
帅得不敢出门4 小时前
Mac安装及合规无限使用Beyond Compare
macos·mac·beyond compare·bcompare
mixboot5 小时前
macOS安装nvm node
macos·node·nvm
小码上线18 小时前
How to install mac application by homebrew
macos
风亦辰73918 小时前
macOS 开发环境配置与应用开发指南
macos·策略模式
小白巨白1 天前
mac上的建议xftp 工具
macos
wenxin-1 天前
802.15.4 WPAN协议-MAC帧结构
macos
匡博1651 天前
macOS上进行Ant Design Pro实战教程(一)
react.js·macos·前端框架·yarn
菜鸟小贤贤1 天前
pyhton+yaml+pytest+allure框架封装-全局变量接口关联
开发语言·python·macos·自动化·pytest
lainegates2 天前
macos 14.0 Monoma 修改顶部菜单栏颜色
macos