Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tyrcho/dotfiles
https://github.com/tyrcho/dotfiles
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tyrcho/dotfiles
- Owner: tyrcho
- Created: 2017-04-04T12:57:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T07:35:00.000Z (5 months ago)
- Last Synced: 2024-05-28T16:09:32.791Z (5 months ago)
- Language: Shell
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/excludeWhy ?
- 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