On Tue, Sep 8, 2009 at 8:44 AM, Andrea Crotti<[email protected]> wrote: > > I have a git repository which is situated in $HOME. > The purpose was to store there all my more important configuration > files, but I have almost only my ".emacs.d" directory.
I use a repository called "dot" that I clone to $HOME/.dot/ and then run a script that will make a few symlinks from locations under $HOME/.dot/... to $HOME/... as needed. For example ~/.dot/emacs/generic.el gets symlinked to ~/.emacs and the generic.el knows to further load things from ~/.dot/emacs/elisp/. Same goes for bash and X11 setups. -Brett. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/git-users?hl=en -~----------~----~----~----~------~----~------~--~---
