Skip to content

gsf/dotfiles3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup in new home dir:

    git init
    git remote add origin git@github.com:gsf/dotfiles3.git
    git pull origin master
    git push -u

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.

Run this for nicer status output:

    git config --add status.showUntrackedFiles no

Releases

No releases published

Packages

No packages published