添加 README.md

This commit is contained in:
2026-04-02 15:37:52 +08:00
parent efce79b7e8
commit 7e0f85bd5e

18
dot_config/README.md Normal file
View File

@@ -0,0 +1,18 @@
# Dotfiles 工具列表
## Bash 常用命令增强/替代
- **zoxide** - 智能目录跳转
- **eza / exa** - 替代 `ls`
- **bat / batcat** - 替代 `cat`
- **fd / fdfind** - 替代 `find`
- **ripgrep (rg)** - 替代 `grep`
- **btop** - 替代 `top`
- **tldr** - 替代 `man`
## 其他工具
- **Fish Shell** - 现代化 shell
- **Tmux** - 终端复用器
- **Git** - 版本控制
- **vim** - 文本编辑器
- **fastfetch** - 系统信息显示
- **thefuck** - 命令纠错