From 5be9025605eb7dbd04ed50aa0078704a77dad9d3 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Fri, 24 Jul 2020 16:31:46 +0200 Subject: [PATCH] updated stuff --- bin/themeupdate | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bin/themeupdate diff --git a/bin/themeupdate b/bin/themeupdate new file mode 100755 index 0000000..d3d6caa --- /dev/null +++ b/bin/themeupdate @@ -0,0 +1,7 @@ +#!/bin/bash + +themeupdate () { + curl -fsSL https://starship.rs/install.sh | bash +} + +themeupdate