10 lines
316 B
Bash
10 lines
316 B
Bash
# Vim
|
|
mkdir .vim
|
|
curl -fLo .vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
|
|
|
# Awesome
|
|
# git clone https://github.com/copycat-killer/lain.git $(pwd)/.config/awesome/lain
|
|
|
|
# i3blocks
|
|
git clone https://github.com/vivien/i3blocks-contrib $(pwd)/.config/i3blocks/
|