add starship install cmd

This commit is contained in:
ChrisTitusTech
2022-09-27 16:15:57 -05:00
parent 914cf72494
commit 43b92a6245

View File

@@ -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