Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 452 Bytes

README.markdown

File metadata and controls

18 lines (16 loc) · 452 Bytes

My generic configuration files

When starting to work on a new machine, I do this in my home directory:

cd ~
git init
git remote add origin [email protected]:langner/dotfiles.git
git fetch
git reset origin/master
git status

After resolving any conflicts and possibly adding and pushing new files, I usually also ignore some files:

git update-index --assume-unchanged README* LICENSE
rm -rvf README* LICENSE