Compare commits
2 Commits
144371cab7
...
32a92139f6
Author | SHA1 | Date |
---|---|---|
Ray Elliott | 32a92139f6 | |
Ray Elliott | f83efe219c |
|
@ -13,5 +13,6 @@ 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