|
Revision 1055, 421 bytes
(checked in by alpt, 2 years ago)
|
Ready to release
|
- Property svn:eol-style set to
native
- Property svn:executable set to
*
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
echo "[*] Creating ~/.vim/woc and copying stuff in it" |
|---|
| 2 |
if [ ! -d ~/.vim/woc ]; then mkdir -p ~/.vim/woc; fi |
|---|
| 3 |
cp wocdownloader ~/.vim/woc |
|---|
| 4 |
|
|---|
| 5 |
echo "[*] Copying woc.vim in ~/.vim/plugin/" |
|---|
| 6 |
if [ ! -d ~/.vim/plugin ]; then mkdir -p ~/.vim/plugin; fi |
|---|
| 7 |
cp woc.vim ~/.vim/plugin/ |
|---|
| 8 |
|
|---|
| 9 |
echo "[+] Done" |
|---|
| 10 |
echo " The last thing is up to you: if you want to use ./woctags.sh, then" |
|---|
| 11 |
echo " copy it somewhere in your PATH (f.e. /usr/bin/)" |
|---|