From 896d2593ecadeb4f14a4af655b475a269026a64d Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Tue, 9 Oct 2018 20:03:26 -0400 Subject: added fonts got rid of cscope due to ignorance --- setupDEB.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setupDEB.sh') diff --git a/setupDEB.sh b/setupDEB.sh index a0f20a00..11680cba 100755 --- a/setupDEB.sh +++ b/setupDEB.sh @@ -9,6 +9,9 @@ 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 -- cgit v1.2.3