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

@ -17,3 +17,15 @@ alias sc-daemon-reload="sudo systemctl daemon-reload"
alias duplHostKeys='cat ~/.ssh/known_hosts | egrep -v "mesh.eu|inetbone.net" | cut -d" " -f3 | sort | uniq -d'
alias tb="nc termbin.com 9999"
dotupdate () {
pushd ~/.config/dotfiles &>/dev/null
echo -n "Updating Dotfiles... "
git pull &>/dev/null
echo "done"
popd &>/dev/null
}
themeupdate () {
curl -fsSL https://starship.rs/install.sh | bash
}