This commit is contained in:
Nikolas Weger 2020-12-08 14:35:45 +01:00
parent 393936517a
commit 1cb1a750de
11 changed files with 43 additions and 628 deletions

View file

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