Mercurial > dotfiles
view install.cmd @ 32:d07ca3d7f36c
Updated Windows scripts
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 22 Nov 2011 11:19:41 -0800 |
parents | 5db6b52ebf51 |
children | c3a77eaa467a |
line wrap: on
line source
@echo off setlocal set CWD=%~dp0 mklink /D "%userprofile%\vimfiles" "%CWD%vim" mklink "%userprofile%\_vimrc" "%CWD%vim\vimrc" echo %%include %CWD%hgrc\hgrc > "%userprofile%\mercurial.ini" echo [extensions] >> "%userprofile%\mercurial.ini" echo hggit = %CWD:\=/%lib/hg/hg-git/hggit/ >> "%userprofile%\mercurial.ini"