There was an error while loading. Please reload this page.
2 parents 76074cd + cad0371 commit 2016fbaCopy full SHA for 2016fba
manual_install.sh
@@ -1,8 +1,4 @@
1
#!/bin/bash
2
3
-cp -R autoload/ ~/.vim/autoload/ &&
4
- cp -R compiler/ ~/.vim/compiler/ &&
5
- cp -R ftdetect/ ~/.vim/ftdetect/ &&
6
- cp -R ftplugin/ ~/.vim/ftplugin/ &&
7
- cp -R indent/ ~/.vim/indent/ &&
8
- cp -R syntax/ ~/.vim/syntax/
+mkdir -p ~/.vim
+cp -R autoload/ compiler/ ftdetect/ ftplugin/ indent/ syntax/ ~/.vim/
0 commit comments