powerline / fonts

Patched fonts for Powerline users.
25.56k stars 3.19k forks source link

Feature/add quick install #333

Open AlphaWong opened 4 years ago

AlphaWong commented 4 years ago

Hi Community,

Objective

I would like to introduce one line copy and paste way like nvm install script for those non-window users. As the original section requires multiple lines to copy and paste.

Here are my idea and a simple sh script. Hope this idea can save time for developers when they are setting up a new environment.

How do u think?

power-line-fonts

curl -o- https://raw.githubusercontent.com/powerline/fonts/master/get-fonts.sh | sh

nvm

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.1/install.sh | bash