This commit is contained in:
Vasili Svirydau
2021-04-16 13:43:22 -07:00
parent cc283d92bd
commit cf075eb3cc
7 changed files with 67 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
if ! test -x /usr/local/bin/starship; then
curl -fsSL https://starship.rs/install.sh | bash
curl -fsSL https://starship.rs/install.sh | bash
fi
if ! grep starship ~/.bashrc > /dev/null; then