Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gsf/dotfiles

me dotfiles
https://github.com/gsf/dotfiles

Last synced: 8 days ago
JSON representation

me dotfiles

Awesome Lists containing this project

README

        

Setup in new home dir:

git init
git remote add origin [email protected]: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