4 lines
73 B
Bash
Executable File
4 lines
73 B
Bash
Executable File
#!/usr/bin/env bash
|
|
rm -rf ~/.vim/plugged/ale
|
|
cp -r . ~/.vim/plugged/ale
|