/extras/vim/Install.sh

http://github.com/alimoeeny/arc · Shell · 6 lines · 5 code · 0 blank · 1 comment · 1 complexity · 6089ccdf8b705963ceff453014c787fb MD5 · raw file

  1. #!/bin/bash
  2. for I in ftplugin indent syntax ; do
  3. target="$HOME/.vim/$I"
  4. mkdir -p "$target"
  5. cp -f "$I/arc.vim" "$target/";
  6. done