summaryrefslogtreecommitdiff
path: root/old/setupDEB.sh
diff options
context:
space:
mode:
authorChris <[email protected]>2020-03-31 16:14:42 -0400
committerChris <[email protected]>2020-03-31 16:14:42 -0400
commit9b9dfb9cc52f394466ca8c94aa88960ef09c77af (patch)
treeb1ce10f67a06c8d71d8279df1a040ddd07968f63 /old/setupDEB.sh
parentcc7de261235832ab16f89947e1901e85990490aa (diff)
big update
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