stuff
This commit is contained in:
parent
94888758fd
commit
96d1c576a6
6 changed files with 20 additions and 54 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue