build starship for current host

step1、安装依赖

所有时Terminal + Shell
下载时cURL
解压时tar + gzip
编译时RustToolChains
运行时
  • glibc ( libc.sold-linux-x86-64.so )

step2、使用curl命令下载starship源码包 (

curl -L -o starship-0.51.0.tar.gz https://github.com/starship/starship/archive/refs/tags/v0.51.0.tar.gz

step3、使用tar解压starship源码包

tar vxf starship-0.51.0.tar.gz

step4、进入starship目录

cd starship-0.51.0

step5、查看starship-0.51.0目录中的内容

step6、使用cargo编译、安装

cargo install --path . --root=/usr/local