diff options
author | Chrisatmachine <[email protected]> | 2018-11-11 14:09:29 -0500 |
---|---|---|
committer | Chrisatmachine <[email protected]> | 2018-11-11 14:09:29 -0500 |
commit | 2d48d2025b5f4f3f3713d56635a145855abc770e (patch) | |
tree | 5458f94d957140e58381c09a714dcd2f4330c2ac /setupDEB.sh | |
parent | 2d12a4f1a7a0b0fb047c81952498f8107341dd79 (diff) | |
parent | 896d2593ecadeb4f14a4af655b475a269026a64d (diff) |
Merge branch 'master' of https://github.com/ChristianChiarulli/nvim
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 |