MacOS终端美化

不管现实多么惨不忍睹,都要持之以恒地相信,这只是黎明前短暂的黑暗而已。不要惶恐眼前的难关迈不过去,不要担心此刻的付出没有回报,别再花时间等待天降好运。真诚做人,努力做事!你想要的,岁月都会给你。MacOS终端美化,希望对大家有帮助,欢迎收藏,转发!站点地址:www.bmabk.com,来源:原文

在这里插入图片描述

概览

  1. 安装 iterm:
  2. 切换 zsh
  3. 安装 oh-my-zsh
  4. 安装 iterm 主题
  5. 安装 powerlevel9k
  6. 安装 tmux config
  7. 安装 zsh-autosuggestions
  8. 安装 zsh-syntax-highlighting
  9. 安装 colorls

1.安装 iterm

https://iterm2.com/downloads/stable/latest
将iterm设为你的默认终端(灰色代表已经是默认):
在这里插入图片描述

2.切换到zsh

mac上默认bash,但是自带有zsh,切换就行:chsh -s /bin/zsh

3.安装oh-my-zsh

  • 通过curl

$ sh -c"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

  • 或者:通过wget

$ sh -c"$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
curl无法上网,切换代理(用户HOME下编辑该文件|没有就创建):
在这里插入图片描述

  1. 将下面的配置文件解压到你的HOME(~/)下:

    https://lmmarise.lanzous.com/iyAEBmw1v7i注意,有四个文件,点开头的隐藏文件finder可能看不到。

  2. 将其中的.zshrc打开修改为你的用户名:
    在这里插入图片描述

4.安装iterm主题

  1. 下载主题包
    https://lmmarise.lanzous.com/ixa6wmw22eh

  2. iterm导入主题,下面有import
    在这里插入图片描述
    在这里插入图片描述

  3. iterm选择主题

    在这里插入图片描述

5. 安装 powerlevel10k主题

  • 手动安装

    $git clone --depth=1 https://gitee.com/romkatv/powerlevel10k.git ~/powerlevel10k

    $echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc

  • 使用mac包管理器自动安装
  1. 先安装mac包管理工具
    $ /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
  2. 使用包管理工具进行安装
    brew install romkatv/powerlevel10k/powerlevel10k
    
    echo "source $(brew --prefix)/opt/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc
    

6. 安装tmux,非必要

$ git clone https://github.com/samoshkin/tmux-config.git
$ ./tmux-config/install.sh

7. 安装 zsh-autosuggestions提示

$ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

8. 安装 zsh-syntax-highlighting

$ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

9. 安装colors

使用mac自带的gem进行安装:
gem install colorls

使配置生效

source ~/.zshrc
最终样式:
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

在这里插入图片描述

其它

  1. 图标显示不正常终端字体修改(同款字体看下面🔗链接)

    在这里插入图片描述

  2. 若遇到部分无法下载,请使用我的蓝凑云(自行选择):
    https://lmmarise.lanzoui.com/b0dqq63gb
    密码:doy8

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

文章由极客之音整理,本文链接:https://www.bmabk.com/index.php/post/180315.html

(0)
飞熊的头像飞熊bm

相关推荐

发表回复

登录后才能评论
极客之音——专业性很强的中文编程技术网站,欢迎收藏到浏览器,订阅我们!