An open API service indexing awesome lists of open source software.

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)

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