From d245781a39891d4fa1109f7132bb9ff6c9a87cd0 Mon Sep 17 00:00:00 2001 From: "alpha.wong" Date: Mon, 4 Nov 2019 15:08:56 +0800 Subject: [PATCH 1/2] ADD: quick install sh --- get-fonts.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 get-fonts.sh diff --git a/get-fonts.sh b/get-fonts.sh new file mode 100644 index 00000000..0d49df04 --- /dev/null +++ b/get-fonts.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +# This script is meant for quick & easy install via: + +{ # this ensures the entire script is downloaded # + +cd /tmp && git clone https://github.com/powerline/fonts.git --depth=1 && /tmp/fonts/install.sh && rm -rf /tmp/fonts + +} # this ensures the entire script is downloaded # From 059dd7300998afc1679ff184da5cd5f2db8c9340 Mon Sep 17 00:00:00 2001 From: "alpha.wong" Date: Mon, 4 Nov 2019 15:19:54 +0800 Subject: [PATCH 2/2] UPT: readme Signed-off-by: alpha.wong --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 6021aff5..5a52bdd3 100644 --- a/README.rst +++ b/README.rst @@ -34,6 +34,10 @@ On other environments, you can copy and paste these commands to your terminal. C cd .. rm -rf fonts +Or you can run the follow script. +:: +curl -o- https://raw.githubusercontent.com/powerline/fonts/master/get-fonts.sh | sh + Uninstall ---------