# Dotfiles **Repository Path**: run27017/dotfiles ## Basic Information - **Project Name**: Dotfiles - **Description**: 我的配置文件合集 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-02 - **Last Updated**: 2024-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dotfiles > 我的配置文件集 该仓库用来保存我电脑所有的配置文件集合,这样我在切换到其他电脑的时候,就可以很快地加载我的配置。 首先,将配置下载到本地: git clone https://gitee.com/run27017/dotfiles.git ~/dotfiles 使用的时候,采用软链接的方式。例如我想利用我的 tmux 配置,只需要在命令行键入: ln -s ~/dotfiles/tmux.conf ~/.tmux.conf