linux 配置文件管理一、简介
参考:https://robots.thoughtbot.com/rcm-for-rc-files-in-dotfiles-repos
http://dotfiles.github.io/
二、安装
1、rcm安装
参考:http://software.opensuse.org/download.html?PRoject=utilities&package=rcm
cd /etc/yum.repos.d/wget http://download.opensuse.org/repositories/utilities/CentOS_6/utilities.repoyum install rcm
三、使用
参考:https://robots.thoughtbot.com/rcm-for-rc-files-in-dotfiles-repos
1、使用如下命令新建文件:.dotfiles
mkrc .zshrc .vimrc
2、将.dotfiles推送至GitHub
参考:http://www.jianshu.com/p/7UJapk