oh-my-bash

  • 手动安装

# 下载
git clone --depth=1 https://github.com/ohmybash/oh-my-bash.git ~/.oh-my-bash
# 国内加速
git clone --depth=1 https://gh.llkk.cc/https://github.com/ohmybash/oh-my-bash.git ~/.oh-my-bash

# 备份原来的数据
cp ~/.bashrc ~/.bashrc.orig
# 新的配置文件
cp ~/.oh-my-bash/templates/bashrc.osh-template ~/.bashrc
# 重载生效
source ~/.bashrc
  • 主题

ls ~/.oh-my-bash/themes/
# 预览
~/.oh-my-bash/themes/THEMES.md
# 修改 ~/.bashrc
OSH_THEME="cupcake"
# 推荐
brainy
bakke
cupcake