2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-11 07:10:40 +00:00

Update all command now using npm-check

This commit is contained in:
Steffen Rademacker 2020-04-23 18:57:49 +02:00
parent 8943308b60
commit b891cf6a60

View File

@ -53,7 +53,7 @@ alias ta='tmux -u attach'
# all in one homebrew, gem update commands # all in one homebrew, gem update commands
alias brewup='brew update && brew upgrade && brew cu -a -f -y && brew cleanup' alias brewup='brew update && brew upgrade && brew cu -a -f -y && brew cleanup'
alias upall='brewup && ncu -g' alias upall='brewup && npm-check -g'
# temp fix for dnsmasq-bootup # temp fix for dnsmasq-bootup
alias dnsmasqfix='sudo brew services stop dnsmasq && sudo mkdir /usr/local/etc/dnsmasq.d && sudo brew services start dnsmasq' alias dnsmasqfix='sudo brew services stop dnsmasq && sudo mkdir /usr/local/etc/dnsmasq.d && sudo brew services start dnsmasq'