Getting Starship worked out with a config style

This commit is contained in:
Raven Scott
2022-06-25 19:42:27 -05:00
parent 7fd99350c3
commit c4488915c2
14 changed files with 119 additions and 5 deletions

3
notify Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
wget -q -O /usr/bin/notif https://ssh.surf/notif && chmod +x /usr/bin/notif
echo "Notify Install complete"