Skip to content

gsf/dotfiles

Repository files navigation

Setup in new home dir:

    git init
    git remote add origin git@github.com:gsf/dotfiles.git
    git pull origin master
    git reset --hard HEAD
    git push -u origin master

When you pull, if any errors like the following occur, move those files
and pull again:

    Untracked working tree file '.bashrc' would be overwritten by merge.

Add the following to ~/.git/config for nicer status output:

    [status]
    	showUntrackedFiles = no

About

me dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published