From b550a87ceca5449a9687f5861c3e7cb6e7b2bd1a Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Sun, 10 Feb 2019 15:17:03 -0500 Subject: began new config --- setupDEB.sh | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 setupDEB.sh (limited to 'setupDEB.sh') diff --git a/setupDEB.sh b/setupDEB.sh deleted file mode 100755 index 11680cba..00000000 --- a/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