updated stuff again

This commit is contained in:
Nikolas Weger 2020-11-03 00:34:16 +01:00
parent 784e0e9421
commit 1cadfb71be
2 changed files with 5 additions and 1 deletions

View file

@ -30,3 +30,7 @@ dotupdate () {
themeupdate () {
curl -fsSL https://starship.rs/install.sh | bash
}
sheldonup () {
curl --proto '=https' -fLsS https://rossmacarthur.github.io/install/crate.sh | sudo bash -s -- --force --repo rossmacarthur/sheldon --to /usr/local/bin
}