[Haskell-cafe] Making 'community' server our social network

2008-11-02 Thread Maurí­cio
Hi, I've beeing doing something with darcs that is so great that, although I'm sure a lot of people are already doing the same, I think it would be nice to share with you. I did 'cd ~' and then: darcs initialize darcs add .emacs darcs add .xmonad/xmonad.hs darcs add .inputrc ... etc. So

Re: [Haskell-cafe] Making 'community' server our social network

2008-11-02 Thread Bulat Ziganshin
Hello Maurí­cio, Monday, November 3, 2008, 4:43:26 AM, you wrote: > darcs add .emacs > darcs get http://code.haskell.org/MauricioAntunes thank, it's a great ideas! and don't forget that you can use code.haskell.org as online backup of history of your config files -- Best regards, Bulat

Re: [Haskell-cafe] Making 'community' server our social network

2008-11-03 Thread Duncan Coutts
On Sun, 2008-11-02 at 23:43 -0200, Maurí­cio wrote: > Then I thought community.haskell.org could offer a default darcs > repositories for all users named after their owners. For instance, > if you want to check my personal files you would do: > > darcs get http://code.haskell.org/MauricioAntune

Re: [Haskell-cafe] Making 'community' server our social network

2008-11-05 Thread Wolfgang Jeltsch
Am Montag, 3. November 2008 02:43 schrieb Maurí­cio: > Hi, > > I've beeing doing something with darcs that is so great that, > although I'm sure a lot of people are already doing the same, I > think it would be nice to share with you. I did 'cd ~' and then: > > darcs initialize > darcs add