me icon indicating copy to clipboard operation
me copied to clipboard

macOS terminal 主题和命令更新

Open nonocast opened this issue 2 years ago • 0 comments

color theme

个人推荐: Solarized Dracula

zsh theme

下载安装字体:

跟着文档安装:

  • git clone --depth=1 https://gitee.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
  • p10k configure

bat 替换 cat

exa 替换 ls

  • exa
  • exa -lh
  • exa --tree
  • exa --tree --level=2

fd 替换 find

  • fd -e jpg
  • fd -e c app: 文件名包含app的c文件
  • fd Makefile

参考

nonocast avatar Jul 22 '22 14:07 nonocast