aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: ada906b8891640bcccd246137bfe6ff4e55820f6 (plain)
1
2
3
4
5
6
7
8
9
# Setup
This is my '~/.vim' folder along with my vimrc folder.
If you want to use this yourself you can use the following commands:

```
git clone https://github.com/thornycrackers/.vim.git
ln -s .vim/vimrc .vimrc
```
This will overwrite an existing vimrc file if you have one.