dotfiles/shells/fish/functions/upgrade.fish
2017-08-10 09:45:44 +02:00

9 lines
233 B
Fish

function upgrade --description "Upgrade the system"
sudo apt-get update
and sudo apt-get upgrade
and sudo apt-get dist-upgrade
and sudo apt-get autoremove
sudo tlmgr update --self --all
sudo npm update -g
end