Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gsf/dotfiles3

me dots
https://github.com/gsf/dotfiles3

Last synced: 19 days ago
JSON representation

me dots

Awesome Lists containing this project

README

        

Setup in new home dir:

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