From 43b92a6245a322da16995adeec50c8b6bd5fd213 Mon Sep 17 00:00:00 2001 From: ChrisTitusTech Date: Tue, 27 Sep 2022 16:15:57 -0500 Subject: [PATCH] add starship install cmd --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 2f6cc84..01542d4 100755 --- a/setup.sh +++ b/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash gitpath=`pwd` - +curl -sS https://starship.rs/install.sh | sh ln -s $gitpath/.bashrc $HOME/.bashrc ln -s $gitpath/starship.toml $HOME/.config/starship.toml