https://github.com/dmage/dotfiles
https://github.com/dmage/dotfiles
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmage/dotfiles
- Owner: dmage
- Created: 2014-08-04T12:45:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T13:46:17.000Z (almost 2 years ago)
- Last Synced: 2025-05-17T15:38:38.925Z (about 1 year ago)
- Language: Shell
- Size: 323 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
git clone --bare -b base git@github.com:dmage/dotfiles.git ~/.cfgit
git --git-dir="$HOME/.cfgit" --work-tree="$HOME" checkout
. ~/.bashrc
cfgit config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*'