Have you considered putting your dotfiles on GitHub? That way other people can fork them for their own use, and you can also browse your Fork Queue to see if others have made interesting additions/changes.
Here's mine (mostly forked from a friend's): https://github.com/sumeetjain/dotfiles
As an example, I have one git function (called 'gpa') that shoves everything in the staging area into a single commit and immediately pushes it.
`gpa "the commit message"`
Have you considered putting your dotfiles on GitHub? That way other people can fork them for their own use, and you can also browse your Fork Queue to see if others have made interesting additions/changes.
Here's mine (mostly forked from a friend's): https://github.com/sumeetjain/dotfiles
As an example, I have one git function (called 'gpa') that shoves everything in the staging area into a single commit and immediately pushes it.
`gpa "the commit message"`