点文件
我的个人档案
安装
# Clone this repository
git clone gitgithub.com:bahlo/dotfiles.git ~ /.dotfiles
# Link dotfiles, brew install packages (macOS)
cd ~ /.dotfiles && make all
dotfiles (macOS)
TLDR; 存储和恢复我的(macOS)开发环境的配置。
用于保存配置的摘要工作流程
# list changes to config files
df status
# add modified or new files
df add
# provide detailed message for the changes
df commit
# push to the central
df push
恢复配置的工作流程摘要
# Get this repo l