Skip to content

Commit de6c9c6

Browse files
author
Chris Gladd
committed
Added linux setup script
1 parent b244788 commit de6c9c6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

linux-setup.sh

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/bin/bash
2+
3+
cd ~
4+
rm -rf .vim
5+
rm .vimrc
6+
7+
git clone https://github.com/chrisgladd/vimsetup.git .vim
8+
ln -s .vim/.vimrc .vimrc
9+
cd .vim
10+
git submodule init
11+
git submodule update

0 commit comments

Comments
 (0)