Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tyrcho/dotfiles


https://github.com/tyrcho/dotfiles

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Setup
From home folder (windows / linux)

git init
git remote add origin [email protected]:tyrcho/dotfiles.git
git pull origin master
git branch --set-upstream-to=origin/master
echo * > .git/info/exclude

Why ?
- can't `git clone` into an existing folder
- want all other files in ~ to be ignore by default
* will use `git add -f` to force add new dotfiles