@b0rk put EVERYTHING in git, so I can just revert/reset --hard HEAD to undo whatever mess I just created
Top-level
7 comments
@adamw @b0rk @angermcs i do this - dot files on git i use it to sync .zshrc, .ssh/config, .gitconfig, .tmux.conf, Brewfile, and a few other app configs it's one of the reasons i feel more comfortable experimenting with changes on my shell and git configurations lately having the files publicly on github is just for sharing with others; i like to see what others are aliasing or writing functions for @adamw @b0rk @angermcs to apply the files i do the following 1. git clone --bare <repo url> .dotfiles 1. creates a bare clone |
@angermcs oh cool idea! what do you mean by EVERYTHING? (like do you put all your dotfiles in git? how does that work?)