From f24582ab016df7fa5c543988d90a00baaeec3391 Mon Sep 17 00:00:00 2001 From: Chrisatmachine Date: Fri, 17 Aug 2018 13:38:37 -0400 Subject: initial push --- setupDEB.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 setupDEB.sh (limited to 'setupDEB.sh') diff --git a/setupDEB.sh b/setupDEB.sh new file mode 100755 index 00000000..4b743fb3 --- /dev/null +++ b/setupDEB.sh @@ -0,0 +1,16 @@ +#!/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 -- cgit v1.2.3