Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsf/dotfiles
me dotfiles
https://github.com/gsf/dotfiles
Last synced: 8 days ago
JSON representation
me dotfiles
- Host: GitHub
- URL: https://github.com/gsf/dotfiles
- Owner: gsf
- Created: 2012-06-07T03:24:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-12T02:11:13.000Z (almost 10 years ago)
- Last Synced: 2025-01-13T09:17:56.857Z (10 days ago)
- Language: VimL
- Homepage:
- Size: 676 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 masterWhen 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