Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsf/dotfilesv
dotfiles for vistar
https://github.com/gsf/dotfilesv
Last synced: 7 days ago
JSON representation
dotfiles for vistar
- Host: GitHub
- URL: https://github.com/gsf/dotfilesv
- Owner: gsf
- Created: 2016-04-08T14:28:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T15:12:57.000Z (almost 8 years ago)
- Last Synced: 2025-01-13T09:18:18.766Z (10 days ago)
- Language: Vim script
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- 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/dotfilesv.git
git pull origin master
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