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