Mercurial > dotfiles
view install.cmd @ 33:8c7a7782a2a1
Quote around link paths.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 22 Nov 2011 11:20:05 -0800 |
parents | d07ca3d7f36c |
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"