Getting Starship worked out with a config style
This commit is contained in:
@ -3,6 +3,7 @@ To install use: auto-install packageName
|
||||
|
||||
PackageName - Software URL
|
||||
|
||||
starship-bash - https://starship.rs
|
||||
webmin - https://www.webmin.com/
|
||||
osjs-webdesktop - https://www.os-js.org/
|
||||
wp - https://wordpress.org/
|
||||
|
16
alma/starship
Normal file
16
alma/starship
Normal file
@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
echo "Welcome to the Starship CLI Installer for Discord-Linux!"
|
||||
echo "We will install and configure Starship for you automatically."
|
||||
|
||||
sleep 2
|
||||
|
||||
wget -q -O /var/tools/starship_installer.sh https://starship.rs/install.sh
|
||||
|
||||
chmod +x /var/tools/starship_installer.sh
|
||||
|
||||
sh /var/tools/starship_installer.sh -f >/dev/null 2>&1
|
||||
|
||||
echo 'eval "$(starship init bash)"' >> ~/.bashrc
|
||||
echo "!!!!!CONFIGURATION COMPLETE!!!!!!!!!!"
|
||||
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||
echo "Please close the SSH Session and reconnect! "
|
Reference in New Issue
Block a user