fix starship install

This commit is contained in:
Ray Elliott 2020-09-03 17:26:37 +01:00
parent 4ac2861c54
commit dc2cc8122f
1 changed files with 4 additions and 1 deletions

View File

@ -12,4 +12,7 @@ if [ -e "$HOME/.zshrc" ] ; then
fi fi
ln -s "$HOME/.config/zsh/zshrc" "$HOME/.zshrc" 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