From f8f599f9f01beab29a3dccdbb26051701bf1fd8d Mon Sep 17 00:00:00 2001 From: Adrien Luxey Date: Fri, 8 Feb 2019 09:04:30 +0100 Subject: [PATCH] added installation of powerline fonts --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 315821e..534f029 100755 --- a/install.sh +++ b/install.sh @@ -29,7 +29,7 @@ syncDotfiles function installDependencies() { # Dependencies sudo apt update - sudo apt install -y apt-transport-https curl zsh + sudo apt install -y apt-transport-https curl zsh fonts-powerline # Install Sublime Text wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -