4 lines
207 B
Bash
4 lines
207 B
Bash
mkdir .vim
|
|
curl -fLo .vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
|
git clone https://github.com/copycat-killer/lain.git $(pwd)/.config/awesome/lain
|