Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gsf/dotfilesv

dotfiles for vistar
https://github.com/gsf/dotfilesv

Last synced: 7 days ago
JSON representation

dotfiles for vistar

Awesome Lists containing this project

README

        

Setup in new home dir:

git init
git remote add origin [email protected]:gsf/dotfilesv.git
git pull origin master
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