Skip to content

自用配置文件备份!包含 .bashrc .tmux.conf 等~

Notifications You must be signed in to change notification settings

YangRucheng/Config-Backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

自用配置文件备份

使用

git clone https://github.com/YangRucheng/Config-Backup.git temp-dir # 克隆仓库
rm -rf temp-dir/.git # 删除Git文件夹
find temp-dir -name "*.md" -exec rm -f {} \;  # 删除多余文件
mv temp-dir/.* temp-dir/* . 2>/dev/null # 移动到当前目录
rm -r temp-dir  # 删除临时目录

About

自用配置文件备份!包含 .bashrc .tmux.conf 等~

Resources

Stars

Watchers

Forks

Languages