question to git masters

Jan 23, 2009 02:07


I keep my dotfiles (.emacs, .xmonad, etc.) in a git repository which is published to github. Due to my poor git skills, I've got a rather curly patching history.
The question is: how can I make (and keep!) this repo flat, lined up?
...There are three Linux boxen - work, home laptop, and home ( Read more... )

git, english, help

Leave a comment

Comments 10

ro_che January 23 2009, 09:33:52 UTC
You can get hostname in xmonad.hs and set resolutions accordingly.

Reply

vorotylo January 23 2009, 10:06:21 UTC
hostname is nothing, screen resolution is everything. :)
I've bought 22" monitor for my home desktop just a week ago. Emacs window should be shrinked a lot in order to remain 80-characters wide. :)

Reply

ro_che January 23 2009, 10:13:23 UTC
I mean, you can determine (from within xmonad.hs) by hostname which computer xmonad is running on and then set up whatever you like (some layout parameters for emacs, for instance). Is there something m4 can do and Haskell cannot?

Reply

vorotylo January 23 2009, 10:40:57 UTC
I'll consider your idea, thanks.

Reply


Leave a comment

Up