zshrc/Makefile

19 lines
618 B
Makefile
Raw Normal View History

2011-01-10 11:30:46 +01:00
update:
hg pull -q --repository autojump
@hg update --repository autojump
hg pull -q --repository zsh-syntax-highlighting
@hg update --repository zsh-syntax-highlighting
hg pull -q --repository oh-my-zsh
@hg update --repository oh-my-zsh
hg pull -q --repository fizsh
@hg update --repository fizsh
2010-12-05 16:57:06 +01:00
install:
mv ../.zshrc zshrc.bak
ln -s zshrc ../.zshrc
touch history private
2011-01-10 11:30:46 +01:00
hg clone git://github.com/joelthelion/autojump.git
hg clone git://github.com/nicoulaj/zsh-syntax-highlighting.git
2011-01-10 11:30:46 +01:00
hg clone git://github.com/robbyrussell/oh-my-zsh.git
hg clone git://fizsh.git.sourceforge.net/gitroot/fizsh/fizsh