fix starship install
This commit is contained in:
parent
4ac2861c54
commit
dc2cc8122f
|
@ -12,4 +12,7 @@ if [ -e "$HOME/.zshrc" ] ; then
|
|||
fi
|
||||
ln -s "$HOME/.config/zsh/zshrc" "$HOME/.zshrc"
|
||||
|
||||
curl -fsSL https://starship.rs/install.sh --yes --bin-dir "$HOME/.config/zsh/starship" | bash
|
||||
cd /tmp
|
||||
curl -fsSL https://starship.rs/install.sh
|
||||
bash install.sh --yes --bin-dir "$HOME/.config/zsh/starship"
|
||||
rm install.sh
|
||||
|
|
Loading…
Reference in New Issue