# dotfiles **Repository Path**: fuchen_duan/dotfiles ## Basic Information - **Project Name**: dotfiles - **Description**: 个人的配置仓 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-05 - **Last Updated**: 2025-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dotfiles #### 介绍 个人的配置仓 #### 软件架构 ``` dotfiles/ ├── zsh/ │ ├── .zshrc # zshrc通用配置文件 │ ├── .zshenv # 本地环境变量 │ └── themes/ # 自定义主题目录 │ └── custom.zsh-theme # 自定义主题 ├── nvim/ │ └── user/ # nvimdots自定义配置文件夹 │ ├── tmux/ │ └── .tmux.conf # Tmux 配置文件 ├── scripts/ │ └── bootstrap.sh # 一键安装脚本 └── README.md # 仓库说明文档 ```