added installation of powerline fonts
This commit is contained in:
parent
fce34058ae
commit
f8f599f9f0
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ syncDotfiles
|
||||||
function installDependencies() {
|
function installDependencies() {
|
||||||
# Dependencies
|
# Dependencies
|
||||||
sudo apt update
|
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
|
# Install Sublime Text
|
||||||
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
|
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
|
||||||
|
|
Loading…
Reference in a new issue