LunarVim/setupDEB.sh
Chrisatmachine f24582ab01 initial push
2018-08-17 13:38:37 -04:00

16 lines
323 B
Bash
Executable file

#!/bin/sh
# installing neovim
sudo apt install -y neovim
# needed to pull installer
sudo apt install -y curl
# used for clipboard
sudo apt install -y xsel
# pul sown installer
curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > installer.sh
# run installer
sh ./installer.sh ~/.cache/dein