Created
January 25, 2017 07:05
-
-
Save iamkarlson/c2c5bd2d85d8c7006fa05cf2976092b4 to your computer and use it in GitHub Desktop.
bootstrap my vim symlinks to repo location
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| push-location $HOME | |
| $repoPath = 's:\sideprojects\dotfiles' | |
| cmd /c mklink .vimrc $repoPath\vim\.vimrc | |
| cmd /c mklink .gvimrc $repoPath\vim\.gvimrc | |
| cmd /c mklink .vsvimrc $repoPath\vim\.vsvimrc | |
| cmd /c mklink /d .vim $repoPath\vim\ | |
| push-location .config | |
| push-location nvim | |
| cmd /c mklink init.vim $repoPath\vim\init.vim | |
| cmd /c mklink ginit.vim $repoPath\vim\ginit.vim | |
| pop-location | |
| pop-location | |
| pop-location |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment