diff options
author | Christian Chiarulli <[email protected]> | 2019-02-10 15:17:03 -0500 |
---|---|---|
committer | Christian Chiarulli <[email protected]> | 2019-02-10 15:17:03 -0500 |
commit | b550a87ceca5449a9687f5861c3e7cb6e7b2bd1a (patch) | |
tree | a5799d2d00f242b2cd197728d70a75515521e2e6 /setupDEB.sh | |
parent | f7b91819c36603dbbbcf5807200facf1d7367223 (diff) |
began new config
Diffstat (limited to 'setupDEB.sh')
-rwxr-xr-x | setupDEB.sh | 23 |
1 files changed, 0 insertions, 23 deletions
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 |