updated some stuff

This commit is contained in:
Nikolas Weger 2020-09-09 07:52:00 +02:00
parent 0a864149ca
commit 77b7977ac7
6 changed files with 111 additions and 44 deletions

View file

@ -1,10 +0,0 @@
#!/bin/bash
dotupdate () {
pushd ~/.config/dotfiles &>/dev/null
echo "Updating Dotfiles"
git pull
popd &>/dev/null
}
dotupdate

View file

@ -1,7 +0,0 @@
#!/bin/bash
themeupdate () {
curl -fsSL https://starship.rs/install.sh | bash
}
themeupdate