跳到主要内容

「MacBook 终端美化」牛牛对你说!

· 阅读需 2 分钟
故事的程序猿👨🏻‍💻
一个后端打酱油程序猿

安装插件

首先安装两个插件

brew install cowsay
brew install fortune

执行命令

fortune | cowsay

就会得到如下的效果

修改知识库

默认情况下是英语,可以调整它的🧀知识库。github上有开源的知识库:https://github.com/ruanyf/fortunes

  1. 先将知识库克隆下来:git clone https://github.com/ruanyf/fortunes.git

  2. 用strfile为知识库文件创建索引文件

    strfile fortunes/data/fortunes
    strfile fortunes/data/chinese
    strfile fortunes/data/tang300
    strfile fortunes/data/song100
    strfile fortunes/data/diet
  3. 默认知识库的位置:/usr/local/share/games/fortunes ,可以选择清空默认的数据库,我清空了

  4. 将上面的知识库文件拷贝过来

    cp fortunes/data/* /usr/local/share/games/fortunes/
  5. 测试

    ❯ fortune | cowsay
    _________________________________________
    / 心事浩茫连广宇,于无声处听 \
    | 惊雷。 |
    | |
    \     - 鲁讯 /
    -----------------------------------------
    \ ^__^
    \ (oo)\_______
    (__)\ )\/\
    ||----w |
    || ||

配合 On My Zsh

在 .zshrc 配置文件中,追加

fortune | cowsay

刷新配置

source .zshrc

使用Powerlevel10k主题的话每次启动会提示

[WARNING]: Console output during zsh initialization detected.

When using Powerlevel10k with instant prompt, console output during zsh
initialization may indicate issues.

You can:

- Recommended: Change ~/.zshrc so that it does not perform console I/O
after the instant prompt preamble. See the link below for details.

* You will not see this error message again.
* Zsh will start quickly and prompt will update smoothly.

- Suppress this warning either by running p10k configure or by manually
defining the following parameter:

typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet

* You will not see this error message again.
* Zsh will start quickly but prompt will jump down after initialization.

- Disable instant prompt either by running p10k configure or by manually
defining the following parameter:

typeset -g POWERLEVEL9K_INSTANT_PROMPT=off

* You will not see this error message again.
* Zsh will start slowly.

- Do nothing.

* You will see this error message every time you start zsh.
* Zsh will start quickly but prompt will jump down after initialization.

For details, see:
https://github.com/romkatv/powerlevel10k/blob/master/README.md#instant-prompt

-- console output produced during zsh initialization follows --

重新配置主题

p10k configure

到下面这一步「Instant Prompt Mode」的时候选择Off! 即可。

附:终端自定义 banner

修改/etc/motd这个文件 。(motd 是message of the day的缩写,意思是“当天的提示信息”,通常在用户成功登录后出现,该信息可以从/etc/motd文本文件中找到)

    へ     /|
  /\7   ∠_/
  / │   / /
 │ Z _,< /   /`
 │     ヽ   /  〉
  Y     `  /  /
 イ● 、 ●  ⊂⊃〈  /
 ()  v    | \〈
  >ー 、_  ィ  │ //
  / へ   / ノ<| \\
  ヽ_ノ  (_/  │//
  7       |
  >―r ̄ ̄`ー―_- Hello World! Good good study ,day day up!

效果:

Last login: 21:44:09 on ttys000
へ     /|
  /\7   ∠_/
  / │   / /
 │ Z _,< /   /`
 │     ヽ   /  〉
  Y     `  /  /
 イ● 、 ●  ⊂⊃〈  /
 ()  v    | \〈
  >ー 、_  ィ  │ //
  / へ   / ノ<| \\
  ヽ_ノ  (_/  │//
  7       |
  >―r ̄ ̄`ー―_- Hello World! Good good study ,day day up!
文章标题:「MacBook 终端美化」牛牛对你说!
版权声明:内容遵守
许可协议。转载请注明出处!
侵权提示:部分信息可能来源于网络。如发现有侵权,请随时联系删除!

相关推荐

最近在Vercel上搞的两个小服务

最近在Vercel上搞的两个小服务

最近鼓捣了两个小服务,都可以在 Vercel 托管!

激活 IDEA-JRebel 插件

激活 IDEA-JRebel 插件

我以前记录过激活 IDEA-JRebel 插件 ,但是这些方式在最新版本2024.2.2上都失效了。

Floccus配合坚果云完成浏览器书签同步2

Floccus配合坚果云完成浏览器书签同步2

软件官网:https://floccus.org/

Mac软件站点整理,且用且珍惜!

Mac软件站点整理,且用且珍惜!

MacOS 软件站点整理,现在这样的站点越来越少了!


神评论