Compare commits
No commits in common. "32a92139f63204a27e4be994e2542cc201bc22c6" and "144371cab7b76166c8c51db36439a471c53ec1d3" have entirely different histories.
32a92139f6
...
144371cab7
|
@ -13,6 +13,5 @@ fi
|
||||||
ln -s "$HOME/.config/zsh/zshrc" "$HOME/.zshrc"
|
ln -s "$HOME/.config/zsh/zshrc" "$HOME/.zshrc"
|
||||||
|
|
||||||
curl -fsSL https://starship.rs/install.sh --output /tmp/install.sh
|
curl -fsSL https://starship.rs/install.sh --output /tmp/install.sh
|
||||||
mkdir "$HOME/.config/zsh/starship"
|
|
||||||
bash /tmp/install.sh --yes --bin-dir "$HOME/.config/zsh/starship"
|
bash /tmp/install.sh --yes --bin-dir "$HOME/.config/zsh/starship"
|
||||||
rm /tmp/install.sh
|
# rm /tmp/install.sh
|
||||||
|
|
Loading…
Reference in New Issue