/extras/vim/Install.sh
http://github.com/alimoeeny/arc · Shell · 6 lines · 5 code · 0 blank · 1 comment · 1 complexity · 6089ccdf8b705963ceff453014c787fb MD5 · raw file
- #!/bin/bash
- for I in ftplugin indent syntax ; do
- target="$HOME/.vim/$I"
- mkdir -p "$target"
- cp -f "$I/arc.vim" "$target/";
- done