记录rust的cli优化工具
Posted 20 months ago rust cli linux bash powershell
starship
alpine linux 安装
# 安装
apk add starship
# 初始化
eval "$(starship init bash)"
windows powershell(21h2/22h2)
# 安装
winget install --id Starship.Starship
# 初始化
Invoke-Expression (&starship init powershell)
exa
apk add exa
echo "alias ls='exa'" >> ~/.bashrc
source ~/.bashrc
bottom
apk add bottom
btm
powershell
winget install Clement.bottom