We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7527b1 commit 9f69da5Copy full SHA for 9f69da5
install.sh
@@ -0,0 +1,8 @@
1
+#!/bin/bash
2
+
3
+ln -fs ~/.vim/vimrc ~/.vimrc
4
5
+vim +PluginInstall +qall
6
7
+mkdir ~/.vim/colors
8
+ln -fs ~/.vim/bundle/badwolf/colors/badwolf.vim ~/.vim/colors/badwolf.vim
0 commit comments