安装和配置 Oh-My-Bash
2025-03-28
虽然出现了很多 bash 的替代品,但在 linux 下默认的 shell 依然还是 bash 简单配置下还是不错的; https://github.com/ohmybash/oh-my-bash/
- 安装
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"
-
选项
- 文件覆盖:
# ~/.oh-my-bash/lib/shopt.sh set -o noclobber
- 24小时制:
# ~/.oh-my-bash/themes/font/font.theme.sh THEME_CLOCK_FORMAT=${THEME_CLOCK_FORMAT:-"%H:%M:%S"}
- 文件覆盖:
- 更新
cd ~/.oh-my-bash git stash # 保存变更 git pull # 更新对齐 git stash pop # 个人变更