Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 654 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 654 Bytes

Setup - Mac

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/cromwellryan/dotfiles/mac-setup/mac)"

Windows - Elevated Powershell 2.0+

Warning: No clue how well this works any longer

cd ~
mkdir ~/.vim

cmd /c mklink %USERPROFILE%\.vimrc %USERPROFILE%\dotfiles\.vimrc
cmd /c mklink %USERPROFILE%\_vsvimrc %USERPROFILE%\dotfiles\_vsvimrc
cmd /c mklink /D %USERPROFILE%\.vim\ftplugin %USERPROFILE%\dotfiles\ftplugin

cmd /c mklink %USERPROFILE%\.gitconfig %USERPROFILE%\dotfiles\.gitconfig

mkdir ~/.vim/bundle
git clone https://github.com/gmarik/vundle.git $($env:userprofile)\.vim\bundle\vundle

vim +BundleInstall