Add 'Vim/Install-vimrc.sh'

This commit is contained in:
Jack Hadrill 2022-09-04 10:59:50 +00:00
parent 8207661680
commit ec22277f88
1 changed files with 5 additions and 0 deletions

5
Vim/Install-vimrc.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
git clone --depth 1 https://git.jacknet.io/jackhadrill/vimrc.git
cp -r vimrc/.vim* ~/
rm -rf vimrc