diff options
Diffstat (limited to 'setupDEB.sh')
-rwxr-xr-x | setupDEB.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |