Entries Tagged as ''

github

So, I’ve decided to try github to host my scripts repo. The new URL is git://github.com/dang/scripts.git

I’ll see how I like it. If it’s not any good, I’ll switch back to my self-hosted repo. So far, it’s pretty nice.

Fortunately, due to the wonders of distributed version control, I always have several local copies of the whole repo, so I can leave any time.  Lack of lock-in is a great thing.

History Meme

Okay, since all the cool kids are doing it, I’ll bite:

[09:40 athena] ~> history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head
52 cd
45 vim
32 sudo
29 git
29 emerge
26 ls
26 eix
21 rm
21 ebcd
10 ll

Note, the next couple are:

10 equery
9 vcs
8 svn
8 genlop
7 ssh
7 gecd

Apparently, I do tons of Gentoo work…