dotfiles:我的Arch点文件 源码
点文件 这些是我的。 使用StreakyCobra的浓液方法进行跟踪: I use: git init --bare $HOME/.myconf alias config='/usr/bin/git --git-dir=$HOME/.myconf/ --work-tree=$HOME' config config status.showUntrackedFiles no where my ~/.myconf directory is a git bare repository. Then any file within the home folder can be versioned with normal commands like: config status config add .vimrc config commit -m "Ad
用户评论