博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Mac-item+zsh
阅读量:5021 次
发布时间:2019-06-12

本文共 550 字,大约阅读时间需要 1 分钟。

  1. $brew cask install iterm2
  2. $ sh -c "$(curl -fsSL )"
  3. edit ~/.zshrc and set ZSH_THEME="agnoster"
  4. Powerlevel9k:
    1. git clone ~/.oh-my-zsh/custom/themes/powerlevel9k
    2.  ~/.zshrc and set ZSH_THEME="powerlevel9k/powerlevel9k".

Lots of showoff:

  1. powerline字体:https://github.com/powerline/fonts
    1. ¥git clone
    2. ¥./install.sh
  1. 在Item2 -》 Preferences -》Profile -》 Text -》Font -》Change Font -》  
  2. Syntax highlighting
  3. 配色参考:https://github.com/mbadolato/iTerm2-Color-Schemes
  4. 官方配置:https://gist.github.com/kevin-smets/8568070

转载于:https://www.cnblogs.com/SapphireCastle/p/6395220.html

你可能感兴趣的文章
【git】之push异常
查看>>
etcd 集群恢复
查看>>
【转】HTTP 中 Content-Type说明
查看>>
WCF和WebService区别
查看>>
一个简单的日志函数C++
查看>>
Java 8 中如何优雅的处理集合
查看>>
IOS程序的启动过程
查看>>
连接Linux下 XAMPP集成环境中部署的禅道的数据库MariaDB
查看>>
Java操作Excel和Word
查看>>
Oracle 体系结构之ORACLE物理结构
查看>>
ORA-12538: TNS: no such protocol adapter
查看>>
盒子模型
查看>>
局域网协议
查看>>
[HNOI2012]永无乡 线段树合并
查看>>
Spring整合hibernate:3、使用XML进行声明式的事务管理
查看>>
SqlServer之Convert 函数应用格式化日期(转)
查看>>
软件测试领域中的10个生存和发展技巧
查看>>
Camera前后摄像头同时预览
查看>>
easyui 在子tabs中打开新tabs(关于easyUI在子页面增加显示tabs的一个问题)
查看>>
大白话解析模拟退火算法
查看>>