This commit is contained in:
Nikolas Weger 2020-12-08 15:31:16 +01:00
parent 94888758fd
commit 96d1c576a6
6 changed files with 20 additions and 54 deletions

View file

@ -17,12 +17,8 @@ alias termbin="nc termbin.com 9999"
dotupdate () {
pushd ~/.config/dotfiles &>/dev/null
echo -n "Updating Dotfiles... "
git pull &>/dev/null
echo "done"
echo -n "Updating Dotfiles... "; git pull &>/dev/null; echo "done"
popd &>/dev/null
}
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 }