summaryrefslogtreecommitdiff
path: root/old/setupDEB.sh
diff options
context:
space:
mode:
Diffstat (limited to 'old/setupDEB.sh')
-rwxr-xr-xold/setupDEB.sh23
1 files changed, 0 insertions, 23 deletions
diff --git a/old/setupDEB.sh b/old/setupDEB.sh
deleted file mode 100755
index 11680cba..00000000
--- a/old/setupDEB.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/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
-
-# pesky fonts
-sudo apt install -y powerline-fonts
-
-# pul sown installer
-curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > installer.sh
-
-# run installer
-sh ./installer.sh ~/.cache/dein
-
-git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
-
-~/.fzf/install