Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 296 Bytes

File metadata and controls

9 lines (8 loc) · 296 Bytes

vim

cp .vimrc ~
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
:PlugInstall
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
:PluginInstall

i3

cp -r i3 ~/.config