summaryrefslogtreecommitdiff
path: root/setupDEB.sh
diff options
context:
space:
mode:
authorChrisatmachine <[email protected]>2018-08-17 13:38:37 -0400
committerChrisatmachine <[email protected]>2018-08-17 13:38:37 -0400
commitf24582ab016df7fa5c543988d90a00baaeec3391 (patch)
treedb408df0a652e125546d5e4eab1c83937fb1ea50 /setupDEB.sh
parentbf620ac8e53945de242ac3e70afc28adfb8a5a90 (diff)
initial push
Diffstat (limited to 'setupDEB.sh')
-rwxr-xr-xsetupDEB.sh16
1 files changed, 16 insertions, 0 deletions
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