disable starship

This commit is contained in:
Triston Armstrong 2024-11-10 12:34:37 -05:00
parent 6fea022bf0
commit 48200a8794

View File

@ -22,7 +22,8 @@ _install_non_pacman(){
run_non_pac_install(){ run_non_pac_install(){
echo "########################### Non Pacman #######################" echo "########################### Non Pacman #######################"
_install_non_pacman "bun" "curl -fsSL https://bun.sh/install | bash;" # no third arg here _install_non_pacman "bun" "curl -fsSL https://bun.sh/install | bash;" # no third arg here
_install_non_pacman "starship" "curl -sS https://starship.rs/install.sh | sh" "echo \"eval \$(starship init bash)\" >> ~/.bashrc" # v--- disabling cause idk what i wanna do with my life atm
#_install_non_pacman "starship" "curl -sS https://starship.rs/install.sh | sh" "echo \"eval \$(starship init bash)\" >> ~/.bashrc"
_install_non_pacman "vim-plug" "curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim" _install_non_pacman "vim-plug" "curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"
} }
main; main;