https://github.com/philips/ghar-sh-archive
ghar (git: home as repository)
https://github.com/philips/ghar-sh-archive
Last synced: 11 months ago
JSON representation
ghar (git: home as repository)
- Host: GitHub
- URL: https://github.com/philips/ghar-sh-archive
- Owner: philips
- License: gpl-2.0
- Created: 2009-09-09T23:57:16.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2009-09-24T15:27:10.000Z (almost 17 years ago)
- Last Synced: 2025-04-08T18:54:34.350Z (about 1 year ago)
- Language: Shell
- Homepage: http://ifup.org/git/?p=ghar.git;a=blob_plain;f=README;hb=HEAD
- Size: 105 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
ghar (git: home as repository)
ghar can help you manage your $HOME in git using a collection of git
repos seperated by topic or privacy. For example if you work on a
variety of machines and want to synchronize your .emacs but not your .ssh
then ghar is for you.
INSTALL
=======
$ git clone git://ifup.org/philips/ghar.git
$ cd ghar
$ cp ghar $SOMEWHERE_IN_THE_PATH
EXAMPLE
=======
$ ghar create dotfiles
$ ghar dotfiles add -f .emacs
$ ghar dotfiles commit
$ ghar dotfiles remote add origin user@host:~/dotfiles.git
$ ghar dotfiles push origin master
$ ghar create mutt
$ ghar mutt add -f .mutt
$ ghar mutt commit
# copy your mutt config onto another host
$ ghar movein mutt remotehost