WSL安装starship
Posted lingr7
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WSL安装starship相关的知识,希望对你有一定的参考价值。
Installing via curl error - starship: Cannot open: Permission denied · Issue #838 · starship/starship https://github.com/starship/starship/issues/838
Tarball URL: https://github.com/starship/starship/releases/latest/download/starship-x86_64-unknown-linux-gnu.tar.gz
上面就是WSL对应的starship安装包,根据这个下载链接,下载starship-x86_64-unknown-linux-gnu.tar.gz文件到本地,访问github下载慢可以参考github下载加速或者代下方案。下载github上release的软件安装包 - lingr7 - 博客园
解压得到WSL可用的linux的二进制文件starship,在starship所在文件夹下
sudo install starship /bin
Bash
Add the following to the end of ~/.bashrc:
# ~/.bashrc
eval "$(starship init bash)"
可以用nano打开编辑
nano ~/.bashrc
附录:
解决
bash: /home/USERNAME/.bashrc: Permission denied
把这段 source ~/.profile 添加到 .bash_profile文件中。
也可能是.bashrc文件的权限设置有问题。
如果发现.bashrc文件必须在sudo情况下才能cat显示,那么可以设置访问权限来修复.bashrc的问题。
chmod 777 .bashrc
# 或者 chmod 777 ~/.bashrc
以上是关于WSL安装starship的主要内容,如果未能解决你的问题,请参考以下文章
HDU-1011 Starship Troopers (树形DP+分组背包)
Starship Troopers(HDU 1011 树形DP)