diff --git a/README.md b/README.md index 94e73a8..4942b0b 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,10 @@ chmod +x ~/.dotfiles/install/install_unix.sh ~/.dotfiles/install/install_unix.sh ``` +Install Windows + +``` +git clone https://github.com/AdeAttwood/Dotfiles.git %USERPROFILE%\_dotfiles +%homepath%\_dotfiles\install\install_win10.bat +``` + diff --git a/install/install_win10.bat b/install/install_win10.bat new file mode 100644 index 0000000..ec52828 --- /dev/null +++ b/install/install_win10.bat @@ -0,0 +1,14 @@ +git clone https://github.com/AdeAttwood/Dotfiles.git %USERPROFILE%\_dotfiles + +:: vim + +chdir %homepath%\_dotfiles +git submodule init +git submodule update +chdir %homepath% + +mkdir %homepath%\vimfiles +mklink /D %homepath%\vimfiles\bundle %homepath%\_dotfiles\dotfiles\vim\bundle +mklink /D %homepath%\vimfiles\autoload %homepath%\_dotfiles\dotfiles\vim\autoload +mklink %homepath%\_vimrc %homepath%\_dotfiles\dotfiles\vimrc +