From 9b9dfb9cc52f394466ca8c94aa88960ef09c77af Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 31 Mar 2020 16:14:42 -0400 Subject: big update --- old/setupDEB.sh | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 old/setupDEB.sh (limited to 'old/setupDEB.sh') 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 -- cgit v1.2.3